ie5, netscape 4, fp2000
My asp pages are all scripted in VBScript. But I'm using a handy little java
1-liner for some links. I know diddley about javascript.
This works fine in both IE and Netscape to get me back to the last page :
<a href="javascript:history.go(-1)">
However, the following link to go to a previously viewed page only works in
Netscape, IE doesn't respond at all.
<a href="javascript:history.go('gallery.asp')">
I don't particularly want the browser to have to reload that previous page
from the server - any ideas ?
Thanks
Ray