Weird frames problem...

liunx

Guest
I've got a simple framed website...<br />
<br />
<!-- w --><a class="postlink" href="http://www.geocities.com/the_byatt">www.geocities.com/the_byatt</a><!-- w --><br />
<br />
: all the links in the left frame open a new window...that isn't what I want, I need it to change the right hand side frame.<br />
<br />
Cheers.<br />
<br />
-Byatt<!--content-->works ok for me. although I never seen <base target = "_right"><br />
<br />
but if it works then go with it.<!--content-->All links appear in the right frame just fine on Windows 9x in<br />
Internet Explorer 5.5<br />
Netscape 4.73<br />
<br />
The only quirk, which happens randomly to me at occasional sites, is when I first went to your URL in NS, a popup came trying to load _left frame, it didn't load so I closed it. Any attempts to reproduce this 'error?' didn't work.<br />
<br />
I thought you had to put target="whatever" in each link. <br />
Like <A HREF=http://www.htmlforums.com/archive/index.php/"www.url.com" target="side"> Click Me </A><!--content-->Shudn't have any problems now, renamed the frames, no new windows, etc. Thanks for help, Byatt<!--content-->Works fine for me to. I'm using IE5.5. I've never seen that <base target = "_right"> thing either, maybe it isn't supported by all browsers. If not then you might need to put the target attribute in to each link.<br />
<br />
i.e.<br />
<a href=http://www.htmlforums.com/archive/index.php/"/the_byatt/rants/positivei.html" target="right"> +ve <a><!--content-->
 
Back
Top