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