JS and Body(Window) Onload event

Posted by Ilian on Stack Overflow See other posts from Stack Overflow or by Ilian
Published on 2010-05-30T09:42:22Z Indexed on 2010/05/30 9:42 UTC
Read the original article Hit count: 209

Filed under:

I have a problem with onload event. My page have 4 iframes and the function from onload event is called 5 times ( one for body and 4 for iframes ). I want only 1 time ( from main body ). Try with srcElement and target property from windows.event but no result... Is there a way to stop onload when iframes load?

© Stack Overflow or respective owner

Related posts about JavaScript