Frames in IE5.5 or Nescape 6.0

liunx

Guest
Hi, <br />
<br />
I have a page divided into 3 parts. This is the code for main file:<br />
<br />
<frameset rows="190,*,100" border=0><br />
<frame name="nav" src=http://www.htmlforums.com/archive/index.php/"navigator.html" marginwidth="0" marginheight="0" scrolling="auto" frameborder="no"><br />
<frame name="framepr" src=http://www.htmlforums.com/archive/index.php/"middle.html" marginwidth="10" marginheight="10" frameborder="no"><br />
<frame name="" src=http://www.htmlforums.com/archive/index.php/"bottom.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="no"><br />
</frameset><br />
<br />
1> Header (navigator) <br />
<br />
contains links like this one: <br />
<br />
<A href=http://www.htmlforums.com/archive/index.php/"middle.html#begin" TARGET="framepr"></A> <br />
...<br />
<br />
2> middle contains the anchors<br />
<br />
<a name=begin>begin</a><br />
...<br />
3> bottom <br />
<br />
With Nescape 6 or IE5.5 when clicking on links with TARGET (in the "nav" frame) the browser loads the whole middle.html everytime. <br />
The middle.html it's about 50Kb and most of the time, the target is not displayed correctly.<br />
<br />
In Nescape 4 or IE5.0 that was not a problem. The browser Download <!--more-->s all the pages<br />
only once and then it reads the file with "named anchors" right from the cache.<br />
<br />
Is there any solution to the problem?<br />
<br />
pl. reply as soon as possible !! <br />
<br />
Thanks in advance<!--content-->I don't know for sure, but when you are testing the pages in Netscape 6 and IE5.5, have you checked the browser setup. It maybe that they are defaulted to reloading the whole page each time instead of loading from the cache. You may need to change the settings so that it loads from the cache instead.<br />
<br />
The problem with it not displaying properly might be a separate issue in that something on your page is not supported by these versions of the browsers.<!--content-->
 
Back
Top