in reply to Re: history.back()
in thread history.back()

#!/path/to/perl use strict; my $q = CGI->new(); print $q->header(); print qq(<script>history.go(-1);</script>); exit;
If I recall correctly, history.back() is not cross-browser friendly.