peps666
08-18-2003, 04:18 PM
I'm kind of a beginener in Java Scrpit programmation.
When people register in my web page, once they are finished they go back to the main page. I would like them to go back to the page they were BEFORE registering. To do that, you have to tell the browser to go back two times. I don't know how to do that.
To go back one page i use that command:
$urlaa = $HTTP_REFERER -();
print("<html>
<head>
<meta HTTP-EQUIV=\"REFRESH\" CONTENT=\"1; URL=$urlaa\">
</head>
How do you do it for two times back?
Thanks
When people register in my web page, once they are finished they go back to the main page. I would like them to go back to the page they were BEFORE registering. To do that, you have to tell the browser to go back two times. I don't know how to do that.
To go back one page i use that command:
$urlaa = $HTTP_REFERER -();
print("<html>
<head>
<meta HTTP-EQUIV=\"REFRESH\" CONTENT=\"1; URL=$urlaa\">
</head>
How do you do it for two times back?
Thanks