That's the problem with eternity; there's no telling when it will end.” Tom Stoppard
A resource for web developers a code snippet library with step by step tutorials.

a resource for web developers...

       

Search Amazon

JavaScript: Extras code library snippet 12.

 

Up Up to JavaScript: Extras overview page

 

 

Using the 'window.onload' global event handler instead of the <body> 'onload' attribute.

Some web editing systems restrict access to the <body> tag for adding the 'onload' event handler.

If this is the case use the global event handler 'window.onload' instead.

 





Output view



Back to top

 

Bookmark and Share

 

Copyright © 2006-2010 justfigures.co.uk