topical media & game development
#javascript-code-11-override.js / js
// Bind your initial load handler
window.onload = myFirstHandler;
// somewhere, in another library that you’ve included, your first handler is overwritten
// only ‘mySecondHandler’ is called when the page finishes loading
window.onload = mySecondHandler;
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.