I have 2 frames in 1 page. I don't know how to refresh another frame. Example: I want to refresh a frame using button on another frame!
Any pro can help me?
I have 2 frames in 1 page. I don't know how to refresh another frame. Example: I want to refresh a frame using button on another frame!
Any pro can help me?
The easiest is to have your frames named in your frameset.
Then from 1 frame, you could do
top.parent.frames['nameOfTheFrame'].reload();
or
top.parent.frames['nameOfTheFrame'].location="http://www.wathever.com";
Bookmarks