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

Link to IFame 1

Status
Not open for further replies.

glenmac

Technical User
Jul 3, 2002
947
CA
I need to create an internal link to an anchor in an Iframe. So in the iframe named "frm" I will have an anchor named "IfrLnk" In need to create a link to that anchor from the containing page.
Code:
<html><head><title>link test</title>
</head><body>
<a href =#frm[COLOR=red]???[/color]>Link to place in iframe</a>
<iframe name = "frm' src = "test_frame.htm">Old browser stuff</iframe>
</body>
</html>
iframe test_frame.htm
Code:
  <html><head><title>test frame</title>
</head><body>blah blah
<a name = "IfrLnk">
</body></html>
I'm having a brain fart with this one can anyone help? It will be much appreciated.

Glen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top