javascript window alert( )
| alert( ) | NN 2 IE 3 DOM n/a |
alert("message") | |
|
Displays an alert dialog box with a message of your choice. Script execution halts while the dialog box appears. A single button lets the user close the dialog. The title bar of the window (and the "JavaScript Alert" legend in earlier browser versions) cannot be altered by script. |
|
| Parameters | |
|
|
| Returned Value | |
None. |
|
- #12011-10-11Reviewing ...
2230,Nickname,Homepage or email,Comments here,Add comment
