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
|
<html> <body onLoad='alert("The document has completely loaded.")'> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|