Click to See Complete Forum and Search --> : How to refresh another frame


Jaco
03-17-2003, 08:17 AM
I have 3 frames, left, top and bottom. When I click on the left frame it loads tho top frame by means of a JScript component, but I want the bottom frame to automatically refresh when the top frame is loaded with a type of refresh comand. Is this possible? And How??

Thanx


Jaco

pyro
03-17-2003, 08:25 AM
Try top.framename.refresh();

khalidali63
03-17-2003, 08:27 AM
This question has been answered several times on this forum.

anyways format will be

parent.frames[frameIndex].window.location.href =parent.frames[frameIndex].window.location.href

Hope this helps

Khalid