From http://www.w3schools.com (Copyright Refsnes Data)

WMLScript Dialogs Library

previous next

The Dialogs library contains functions that displays alert messages.


WMLScript Dialogs Library Functions

Function Description
alert() Displays a message and waits for a confirmation
confirm() Displays a message and waits for an answer
prompt() Displays a question and waits for an input


previous next

From http://www.w3schools.com (Copyright Refsnes Data)