alert( string ) // Javascript alert.

create a window, print a message ,wait for OK, close window and show the HTML page


source:

<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

alert ("This is a Javascript Alert")
//-->

</script>
1