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.")
///
 
Back
Top