Please visit our sponsors !
WMLScript Dialogs Library
The Dialog Library provides functions to display alerts and messages.
Dialogs Library Functions
The functions in the Dialogs Library are quite similar to
JavaScript alerts and message boxes.
The alert function is used to display a message, the confirm function is used
when the user should select between two answers (like "yes" or
"no"), and the prompt function is used when the user should input an
answer.
Function |
Description |
alert() |
Displays a message, waits for a confirmation, and then
returns an empty string |
confirm() |
Displays a message, waits for an answer, and returns a boolean value depending on
the selected answer |
prompt() |
Displays a question, waits for an
input, and then returns the user's answer
|
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|