Name
Alert — Display of a javascript alert
Synopsis
void Alert(msg, newWin);
string msg;
boolean newWin;
Description
this method shows to the user a message using javascript alert or window.open depending on the second parameter.
Parameters
- msg
The text to show to the user
- newWin
if true, a new window is open, otherwise a simple alert is showed to the user.