setting a target will only direct the link to one of the frames.... ![Smiley Face [:)]](/emoticons/emotion-1a.gif)
best thing to do would be to use JavaScript, like this:
<p>Click <span style="cursor: hand;" onclick="parent.frames.frameA.location.href='page.html'; parent.frames.frameB.location.href='page.html';">here</span> to set both frames A and B to page.html.</p>
So you're not actually using a href tag at all... and I've used a bit of CSS to emulate the hand cursor so that it feels like a normal link.
Hope that's clear, post back if you have any difficulties! ![Big Smile [:D]](/emoticons/emotion-2a.gif)
Enter your message below
Sign in or Join us (it's free).