Display error in Message Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

Is there a way in a web form to display a MessageBox? I am not getting Intellisense when I type the word in

Any suggestions

Sandy
 
* "=?Utf-8?B?U2FuZHk=?= said:
Is there a way in a web form to display a MessageBox? I am not getting Intellisense when I type the word in.

In JavaScript:

\\\
alert("An error occured.");
///

In VBScript:

\\\
Call MsgBox("An error occured.")
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top