I stripped down this javascript to be as simple as possible, and it's still not working in IE8. function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.o
Solution 1:
The standard onload event won't work if another script is called using an HTML defer command.
Post a Comment for "The Window.onload Event Is Not Firing In Ie8"