Nov 12, 2002 #1 tagid Programmer Sep 26, 2002 8 US Can someone show me the code for putting a link on a page that when clicked, it re-displays the previous page. Thanks
Can someone show me the code for putting a link on a page that when clicked, it re-displays the previous page. Thanks
Nov 12, 2002 #2 mwolf00 Programmer Nov 5, 2001 4,177 US <a href="javascript: history.back()">Go Back</a> -- What did you expect? This is FREE advice. LOL Upvote 0 Downvote
<a href="javascript: history.back()">Go Back</a> -- What did you expect? This is FREE advice. LOL
Nov 12, 2002 #3 HellTel Programmer Oct 28, 2002 343 GB You can also use Code: history.go(-1) which gives you the chance to go back or forward however many pages you want. Upvote 0 Downvote
You can also use Code: history.go(-1) which gives you the chance to go back or forward however many pages you want.
Nov 12, 2002 #4 HellTel Programmer Oct 28, 2002 343 GB Oh, I'll look at the title for the post next time, shall I? Upvote 0 Downvote