Lamez Posted August 18, 2008 Share Posted August 18, 2008 How can I make the browser go back a page? I been using this: javascript:back(); but it does not work. I use it like: <?php header("Location: javascaript:back();"); ?> -Thanks Guys! Quote Link to comment Share on other sites More sharing options...
lemmin Posted August 18, 2008 Share Posted August 18, 2008 history.back(n); will go back n pages in the history. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.