I need to get this JavaScript "Back" function to workn in my CGI script.
I would like it to work in my CGI script where I hit the "Back" button
and it goes back to the previous form I was on similiar to the Back button
on the browser. This doesnt seem to be working. Any suggestions on what I am doing wrong?
print "<p><h1>Your form was sent.</h1></p>\n";
print "<a href="javascript:history.back()">Back to the form</a>\n";