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