You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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