xsl Posted February 11, 2003 Posted February 11, 2003 Hi all, I am writing a vb web application and I want to send message to user with a popup messagebox. However, I found that msgbox() only support in window form. Is there any other solution? Quote
Moderators Robby Posted February 11, 2003 Moderators Posted February 11, 2003 try messagebox.show("hello") Quote Visit...Bassic Software
*Experts* Bucky Posted February 11, 2003 *Experts* Posted February 11, 2003 The MessageBox class is also a member of the Windows Forms namespace. When you're using a Web application, the only way to show a popup message box is to use client-side JavaScript or VBScript, and using the alert() or confirm() functions. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.