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

Anchors with frames

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I've got 2 frames. The first one is a list of links on anchors in the second one. How could I set the second frame automatically without reloading it?
 
if you use target in you anchor it will automatically change the content of the second frame

so use

<a href=&quot;&quot; target=&quot;&quot;></a>

where target is the name of the fram you want the file to appear in
 
I tried this way but the problem is the href attribute. I have to set it to &quot;mySecondFrame.asp#Myanchor&quot;. My second frame will be reload. I don't want that...
thx

david
 
If mySecondFrame.asp is already loaded, you should make your href=&quot;#Myanchor&quot;.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top