Forum Moderators: open
<HTML>
<FRAMESET name="TOCFrameSet" cols="25%,*">
<FRAME name="navigation" scrolling="auto" src="xxx.htm"/>
<FRAME name="main" scrolling="auto" src="yyy.htm"/>
</FRAMESET>
</HTML>
My problem is that IE 5.x is not highlighting the back button when the URL in the main frame is changed, but it works correctly when called from another web page.
I think this is a problem with IE not seeing the main frame has changed, so no history. The back button works correctly in Netscape.
Is there a way to force IE to highlight the back button when a frame in the frameset changes, or maybe some other work around to solve this problem?
Thanks in advance.
I don't know of any work-around for this poor performance except to reload an entirely new version of the frameset with each link - and that defeats the whole purpose of frames, doesn't it?
The only bright side is that IE 5 users won't be expecting anything better.