From http://www.w3schools.com (Copyright Refsnes Data)
| « Previous | Next Chapter » |
The Dialogs library contains functions that displays alert messages.
| 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 Chapter » |
From http://www.w3schools.com (Copyright Refsnes Data)