HTML Frame Question

liunx

Guest
I split my site into 3 frames. 2 down the side as 50/50 column and then a big one. When you click the in the 2nd frame, it displays in the 2nd frame, and I want it to display on the page itself. How do I change this?<br />
<br />
To see what im talkin about, check out the site and then click on the links in the bottom frame.... PLEASE HELP!!<br />
<br />
<br />
<br />
My Website..... (<!-- m --><a class="postlink" href="http://www.angelfire.com/rpg2/orkfia">http://www.angelfire.com/rpg2/orkfia</a><!-- m -->)<!--content-->Not sure where you want these to target but this will help you.<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"blah.htm" target="_blank">blah</a><br />
<br />
use one of these<br />
<br />
target="_blank" to open in a brand new window.<br />
target="_self" for the same frame<br />
target="_top" to replace the whole frameset<br />
target="_parent" for your purpose the same as self for the moment, don't use till you learn a bit more.<br />
<br />
or if you named all your frames... something like nav nav1 and main<br />
<br />
target="nav"<br />
target="nav1"<br />
target="main"<!--content-->ok, but when you make it top it takes away the frames... how do i make it open in the window & keep the frame just like the top frame does?<!--content-->I think you want to set the target to target="index2" so that it loads in the right most frame. Keeping your menu frames.<!--content-->yea that was it thanks<!--content-->
 
Back
Top