|
|
Q288 How can I detect with frame 1 if frame 2 is completely loaded?
irt.org | Knowledge Base | JavaScript | Frame | Q288 [ previous next ] Q288 How can I detect with frame 1 if frame 2 is completely loaded?Difficult. Its easier if frame 2 notifies frame 1 when its finished loading, either using the onLoad event handler:
or with the use of a small script at the bottom of frame 1:
If you cannot alter the contents of frame 2, because it is not your document, then you could use another frameset in frame 2:
This then uses the framesets onLoad event handler to notify frame 1 that frame 2 has loaded. Feedback on 'Q288 How can I detect with frame 1 if frame 2 is completely loaded?' |
-- div -->
|