View Single Post
  #2 (permalink)  
Old 06-20-2005, 08:50 AM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 

Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,217
ADAM Web Design RepRank 0
Default

You don't actually have to use Javascript at all to navigate the frameset. All you really need to use is the target attribute of your <a> tag.

For example, if you put <a href="someotherpage.html" target="mainFrame"> somewhere in your header.html page, it will load someotherpage.html into the mainFrame target.
Reply With Quote