I know that onload
event waits for page resources to load before firing - images, stylesheets, etc.
But does this include IFrames inside the page? In other words, is it guaranteed that all the child Frames' onload
s will always fire before the parent's does?
Also, please let me know if behavior varies between browsers.