|
|
Q591 How do you reload a page in frame 2 from frame 1?
irt.org | Knowledge Base | JavaScript | Frame | Q591 [ previous next ] Q591 How do you reload a page in frame 2 from frame 1?Try something like:
where framename is the name of frame 2. Alternatively, you can use the frame index number (1st frame is 0, 2nd frame is 1..., nth frame is n-1), combined with a simple test to see if the browser supports the locaton objects reload() method:
Feedback on 'Q591 How do you reload a page in frame 2 from frame 1?' |
-- div -->
|