cfusiondeveloper
Programmer
Hello everybody, I'm sure this problem has been discussed before in this forum but I can't seem to find any thread. I am building a site that uses frames. The site uses 3 fames, top nav, left nav and right nav.
If I move to part-way down a page on the frame labelled "content" (perhaps via a link to an internal anchor) then go forward to another page, pressing the back button returns me to the top of the previous page, rather than to the point where I was.
Is there a way to force the browser to take me to the point where I left?
I would really appreciate your help
Best regards
cfcoder
Code:
<frameset rows="140,*" frameborder="no" frameborder="2" framespacing="0" border="0">
<frame src="#TopFrame#" name="nav" scrolling="no" noresize>
<frameset cols="330,*" id="reader" frameborder="no" frameborder="0" framespacing="0" border="0">
<frame src="#LeftFrame#" name="TOC" scrolling="no" noresize marginwidth="0">
<frame src="#RightFrame#" name="content" scrolling="no" noresize>
</frameset>
</frameset>
If I move to part-way down a page on the frame labelled "content" (perhaps via a link to an internal anchor) then go forward to another page, pressing the back button returns me to the top of the previous page, rather than to the point where I was.
Is there a way to force the browser to take me to the point where I left?
I would really appreciate your help
Best regards
cfcoder