Web Application - Alert Method

Show the browser Alert dialog

Member of Web Application (PRIM_WEB.Application)

Parameters

Name

Type

Data Type

Description

Caption

*Input

Unicode String

Text 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

  • No labels