Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnLoad Example

<html> <body onLoad="alert('The document is fully loaded')"> <img src="http://www.rntsoft.com/style/logo.png"> </body> </html>