Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reload a frame from another one ?!?

Status
Not open for further replies.

FredGexel

IS-IT--Management
Feb 14, 2001
19
CA
Hello folks,
I'd like to know if anyone knows how to reload a left frame on the event of a submit in a right frame

location.reload will only reload the current frame... i only want to reload the left frame of the browser.

Thanks !
 
Hi FredGexel,

Use this at the submit on the right page:

Code:
top.frames.leftFrame.window.location.replace("newUrl")
Where leftFrame is ofcourse the frames name. :p

Gtz,

Kristof

-------------------
Check out my new site:

Any suggestions are more than welcome.
There's a LOT of work to do, so judge fairly. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top