Frame targeting - how to target within frames
I know how to target frames..but what is the html for getting a link in one frame to target a specific spot in the page of another frame? You know ...a specific section of the page.
I can target the frame but I want it to target a specific place in that frame's page....
Hope this is understandable.
Thanks in advance.
Tim R
cmcm posted this at 16:02 — 25th September 1999.
They have: 9 posts
Joined: May 1999
Alright. In the page with the link, make sure you still have the target="framename" still there, and change the href="page.html" to href="page.html#anchor". Then, in the page it points to, put <a name="anchor"> where you want it to target in the page. You can change it from anchor to any word you want, just make sure they are both the same (and don't forget that # sign). Modify 'framename' and 'page.html' to what they need to be, also.
----------
[=- cmcm =]
[=- [email protected] -=]
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.