WMLScript Dialogs Library
- Previous Page WMLScript Call
- Next Page WML Float
The Dialogs library contains functions to display warning messages, which includes typical user interface programs.
Functions of the WMLScript Dialogs Library
Function | Description |
---|---|
alert() | Display a message and wait for confirmation. |
confirm() | Display a message and wait for an answer. |
prompt() | Display a question and wait for input. |
- Previous Page WMLScript Call
- Next Page WML Float