window.onLoad : Window Object : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » Window Object »

 

window.onLoad








The onLoad event handler is fired when the page has finished loading.


The onLoad event handler in the

of a document fires before the event handler in the tag.











<html>
    <body onLoad='alert("The document has completely loaded.")'>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» Window Object