Show the browser Alert dialog
Member of Web Application (PRIM_WEB.Application)
Name | Type | Data Type | Description |
---|---|---|---|
Caption | *Input | Unicode String | Text to be displayed in the dialog |
The Alert method provides access to the JavaScript Alert function. Alert shows the Caption as specified in a modal window, preventing access to the page until the window is closed. Alert uses a JavaScript feature. Precise implementation will depend on the browser.
Febuary 18 V14SP2