chunky1318
02-02-2007, 01:10 AM
I am currently using a framset for my new website. navigation on the frame on the left, and the main frame on the right.
My problem is on the nav menu I have a link that i want to open a new frame in both the left, and the right frame. is this possible?
Thanks in advance!
FJbrian
02-02-2007, 08:34 AM
can you fudge it?
target=framename, framename?
OR
*a href=whatever target=frame**a href=whatever target=frame2**/a**/a*
?
chunky1318
02-02-2007, 10:16 PM
Ive tried
<a href="link" target="frame"><a href="link2" target="frame2">MY LINK</a></a>
and that doesnt work... also the target="FRAME", target="FRAME2" doesnt work.. maybe there is some javascript I could use? anyone?
FJbrian
02-02-2007, 10:21 PM
probably
onclick to a document.write function of window.location for each frame
chunky1318
02-03-2007, 12:46 AM
i dont know ANY javascript... could you maybe tell me, in detail, how to do that? if you know how?