Ankeys17
04-30-2003, 12:43 AM
I didn't really know what to call this to search so I decided to ask and explain. I don't know if this is possible but I sure hope that is it. Ok let's say that I have three frames on my page. I want #1 frame to contain about 4-5 basic links. If you click on one of those 4-5 links it will put sublinks on each of those topics in frame #2. If you click one of those thinks it affects frame #3. I want to know that if you click on a link from frame #1 if it can affect both #2 & #3 at the same time. So they both go to different pages with just that one click. Thank you.
starlet
04-30-2003, 01:03 AM
Maybe this will help?
http://javascript.internet.com/navigation/change-2-frames-source.html
If not try a search of the forum for 'Target two frames' and you should get some results :)
Elentari
04-30-2003, 01:22 AM
Ok, I'm going to try to explain this with the least complications.
Assume we have three frames on one page side by side by side and the link with the double target is in LEFT frame and it is going to reload pages in MIDDLE and RIGHT. The link should look as follows in this case...
<a href="middletarget.html"
onClick="parent.middle.location='righttarget.html'" target="right">link goes here</a>