Hi,
I was wondering if anyone knew how to perform the following 2 tasks in
Javascript:
1) distinguish between frames and iframes (during an onload event for
example)
2) figure out whether a container page has finished loading completely
with all its component frames or iframes (onload event is not useful
because we have more than one onload, and container page onload is not
always the last one for iframes).
Thanks,
-Adnan.
I was wondering if anyone knew how to perform the following 2 tasks in
Javascript:
1) distinguish between frames and iframes (during an onload event for
example)
2) figure out whether a container page has finished loading completely
with all its component frames or iframes (onload event is not useful
because we have more than one onload, and container page onload is not
always the last one for iframes).
Thanks,
-Adnan.
Comment