//flex table opened by JP

Click to See Complete Forum and Search --> : Frame Problems


seanieboy77
01-16-2006, 12:48 PM
Hey guys I'm remaking a webpage of mine and I'm having a real problem with the frames. The webiste is here (http://www.rmanet.net/clan/SOC/fp.html).
If you look at the site it will make a lot more sense when I explain it. So I have two frames. The one on the left I have named menu. And the right frame is named main. Now in menu page I have made all my links like this:
<a href="http://www.rmanet.net/clan/SOC/about.html" target="main"> And they all seem to continue to open up in new pages which isn't what I want. I've been working on this problem for at least 2-3 hours and its really got me hung up. :confused: If anyone can help me it would be greatly appreciated. Thanks!
-BTY

doZer666
01-16-2006, 12:58 PM
your target= should be pointing to the name of the frame, not the name of the page

seanieboy77
01-16-2006, 02:07 PM
NVM I figured out the problem. Thanks for your help though!
-BTY