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
 
  • Any string.
 
Returned Value

None.


  • a..
    #1
    2011-10-11
    Reviewing ...
2230,Nickname,Homepage or email,Comments here,Add comment