Web Application - Alert Method

Show the browser Alert dialog

Member of Web Application (PRIM_WEB.Application)

Parameters

NameTypeData TypeDescription
Caption*InputUnicode StringText to be displayed in the dialog

Details

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.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2