Programming Reference Manual
 
Syntax
 
RunWebNotify Caption$, Text$, ErrorLevel
 
Description
Shows a notification label in the upper right part of the browser.
 
Parameter
Description
Caption$
The title of the popup label
Text$
The contents shown in the label
ErrorLevel
0 (success), a green background color is used
1 (warning), an orage background color for warnings
2 (error), a red color is used as background
See Also
Example