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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dhtml and frames

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Is it possible to refresh the first frame while the menu is the second frame.

I have a cross frame menu in DHTML. The Menu is drawn on the page on the "Onload" event of the frameset. So, is it possible to refresh the first frame while the menu is in the second frame???

Thanks for any help you can give.

Tbone
 
yeah, just change the code in the menu to something like this:

parent.frames[1].location.reload() or whatever instead of reload maybe location="page.htm"

if that doesn't help let me know why. jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top