The onLoad event handler is fired when the page has finished loading.
The onLoad event handler in the
<html> <body onLoad='alert("The document has completely loaded.")'> </html>