Click to See Complete Forum and Search --> : onload in iframe


jub7
03-04-2003, 04:24 AM
IE6: When onload method is called if the scr of iframe is changed?
I hope it's when the url the completely loaded, because that what in need to catch...

Nicodemas
03-04-2003, 04:30 AM
Only the onLoad handler in the IFRAME itself would be called when the source of the IFRAME is called. Not the parent window. At least, that is what I think you are asking. I could be wrong.

jub7
03-04-2003, 04:33 AM
yep, but i would like to be sure that onload is called after the iframe is reloaded