Click to See Complete Forum and Search --> : knowing if <iframe> had loaded


webtekie
08-20-2003, 10:05 AM
Hello,

I have a pop-up window that loads an <iframe>. How can I "tell" main page that loads pop-up window that <iframe> had loaded data?

thanks,
webtekie

Khalid Ali
08-20-2003, 10:39 AM
use
setTimeout()

and set a boolean value to true in the iframes onload event and in the main page use setTimeout t coninously check when the variable is set to true....

webtekie
08-20-2003, 10:42 AM
thanks Khalid!

Khalid Ali
08-20-2003, 10:47 AM
you are welcome :D