Link to home
Start Free TrialLog in
Avatar of blnukem
blnukem

asked on

history.back Internet explorer and Netscape 7.1


Hi
Is there a history back script that will work with BOLTH Internet explorer and Netscape

javascript:history.back(1);
javascript:history.go(-1);

Does not work with Netscape 7.1 at least on my PC
Avatar of Zyloch
Zyloch
Flag of United States of America image

Hi

Should work. Try history.back() without the parameters even though history.go(-1) should've worked. See here:
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/history.html#1193841

Could be your browser possibly?

Regards,
Zyloch
Avatar of blnukem
blnukem

ASKER

Dont know I was a fresh install of Netscape 7.1
Have you tried rebooting your computer? Reinstalling? You may want to try Mozilla Firefox ;)
Avatar of blnukem

ASKER

Yea I rebooted several times, I'm developing a web site and just use Netscape as one of our browser to check browser compatibility.
Bah, Netscrap is a piece of junk now, but seriously, it really should work. Perhaps it's a Netscape 7 bug?
ASKER CERTIFIED SOLUTION
Avatar of ziffgone
ziffgone
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial