|
|
Q381 Is it possible to detect from outside a floating frame that the contents have loaded?
irt.org | Knowledge Base | JavaScript | Frame | Q381 [ previous next ] Q381 Is it possible to detect from outside a floating frame that the contents have loaded?Only in Internet Explorer 4 using the document.all object and the frames readyState property:
Possible values include:
Although I've only managed to get it to return the value 4. |
-- div -->
|