Mega Code Archive

 
Categories / JavaScript Tutorial / Window
 

Use alert dialog in only event

< html>     <head>         <title>Onload Example</title>         <body onload="alert('Loaded')">         </body> </html>