test if Frame is ready...
Hi,
I'm loading a page (external) that has several frames into a single iframe. How can I know if all the frames within the iframe is complete... I generally use onLoad to test, but it seems that the multiple frame are generating multiple 'onLoad' events...
Any suggestions?
|