41place
0 votes Vote

Onload handler does not work if iframe with ads in page

following code das not work if the site contains a iframe with ads, which is bad

if ( window.addEventListener ) {
window.addEventListener( 'load', mysiteOnLoad, false );
} else if ( window.attachEvent ) {
window.attachEvent( 'onload', mysiteOnLoad );
}

G.o.D , 09.07.2011, 00:19
Idea status: under consideration

Comments

Leave a comment