Forum Moderators: open
I am new here.
Quite recently I upgraded from IE5 to IE6. Everything was working fine under IE5. Now I see that all "history.go(-1)" are not working properly. I am using frame and when clicking on the "history.go(-1)", in the best of cases I am sent to the top of the page, but never to the previous page in that frame. If the "history.go(-1)" is already at the top, nothing is happening. Then after using the "history.go(-1)" and then the "backspace", I am sent 2 pages before!
Well, any advice quite welcome! Would like that it will be working under both IE5 and IE6. Any solutions?
Many thanks in advance!
Here is the code:
<CENTER><FORM>
<INPUT TYPE="Image" SRC="back.gif" NAME="Submit" onclick="history.go(-1)">
</FORM></CENTER>