DisplayWebMessage |
Top Previous Next |
×V3.0Ø ((EMUE + Web)) Syntax - DisplayWebMessage <message> Where: <message> is a literal string or a variable that contains a literal string. Description: This command displays the specified message over the left margin of the web browser window.
Note: This command is a part of the Web Macro Commands, introduced in EMUE V3 and should not be mixed with Web Scripting Commands from EMUE V4.
Sample: The following statement displays the message "Please do not close the web browser" in margin of the web browser window. DisplayWebMessage "Please do not close the web browser"
|