If I recall correctly, history.back() is not cross-browser friendly.#!/path/to/perl use strict; my $q = CGI->new(); print $q->header(); print qq(<script>history.go(-1);</script>); exit;
In reply to Re^2: history.back()
by shiza
in thread history.back()
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |