Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List

...

Use a script like this:
     

{
   

...

  var strMessage = GETVALUE("ActiveForm.Message"); /* Get the message into JavaScript variable strMessage   */

...

      if (strMessage != "") ALERT_MESSAGE(strMessage); /* If a message was retrieved, display it in a message box */

...

 }