Forum Moderators: open
I hope someone can help.
I would like to know how to target a named anchor in another frameset - I need to be able to load a new frameset of 2 frames where one of the frames contains content scrolled to a specific anchor point.
Example:
I have an index page (index.html) with several links to anchors on other pages within the site.
Those pages must each load as part of a standard frameset.
The standard frameset is currently made up of 'fr_top' (a fixed navigation menu - "fr_top.html") and 'fr_main' (a scrollable content area - "other_pages.html").
Any guidance would be much appreciated.
Thanks.
I am not sure if its a javascript thing or can be done with html alone, but I have these two approaches:
1.The coding required has to be on the index.html page (in the HEAD or in the URL) instructing all links to open into a parent frameset that includes fr_top.html and the linked content in the other frame.
2. the content pages themselves contain the coding in the HEAD that will automatically make them open into a frame within a parent frameset that includes fr_top.html.
Any ideas?