WMLScript Dialogs Library

The Dialogs library contains functions to display warning messages, which is a library that contains 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.