If I understand correctly, and this is the only way HTML specs will allow, you want several links to take you to the same point (anchor). All you have to do is reuse the anchor name for each link you want to use it with.
hrm.. what I was after was when you click one link, one page opens in one frame (a different nav bar on the left) and at the same time another page loads in the right(content) frame. I got around it by linking the one link to another frameset page that loads new pages in the left and right frames. but I was wondering if there was another way, that way I dont have to have 20 seperate frame set pages.
There is a way to do this with JavaScript (AFAIK not w/o it, though). The only page that describes it I know is in German, but it shouldn't be too hard to figure out.
Well if you have 2 frames you will have 3 pages total...that is just how the HTML works...and I know that you cannot have two pages open with HTML on the same link...im not a JS expert but just adding the one extra page for the frameset is more than likely the EASIEST way...and if you are just changing the content on the left then you can just link to the right frame.
Actually I just went and looked and it looks like you have it set up right...JUST as an opinion...frames in general blow! I would consider setting up a series of tables (you will also notice that the pages loads faster like that) and setting up a template and changing the content of the page in the middle...once again...IMHO! Makes all your stuff MUCH easier for you and you can trim your code down!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.