Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

Calling to Display the Alert Dialog Directly

<html> <head>   <title>Dialog Test</title>   <script type="text/javascript">   <!--     alert("Dialog called");   // -->   </script> </head> <body>   <b>     Test page of default JavaScript call   </b> </body> </html>