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

Links and frames 1

Status
Not open for further replies.

Biomechanoids

Programmer
Oct 18, 2002
14
US
This Question may sound easy - and I'm sure the solution is but it seems that I'm just too stupit too get it. I have a frameset with 4 Frames. My problem is that I need to have a link or something that changes the content in two target frames. For example - I click on a picture in the navigation frame and the comtent in the mainframe and topframe changes.

I would be grateful if anybody knows the solution

Greetings

Thomas Ebert
 
Use JavaScript:

<a href=&quot;mainframe_page_new.html&quot; target=&quot;mainframe&quot; onclick=&quot;top.topframe.location.href='topframe_page_new.html';&quot;>Change Pages</a>

Rick
 
To open change 2 pages with one link? No.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top