|
|
Q1051 How can I load another document in the second frame after the first frame has completed loading?
irt.org | Knowledge Base | JavaScript | Frame | Q1051 [ previous next ] Q1051 How can I load another document in the second frame after the first frame has completed loading?It depends. If you are loading the complete frameset from scratch, then you could use the FRAMESET onLoad event handler:
If you have access to the page in the first frame, then you could use the BODY onLoad event handler:
Feedback on 'Q1051 How can I load another document in the second frame after the first frame has completed loading?' |
-- div -->
|