Sep 2, 2001 #1 help120 Technical User Apr 15, 2001 198 US How can i create a button that will take the user to the last page they viewed. text or image as the button..
How can i create a button that will take the user to the last page they viewed. text or image as the button..
Sep 2, 2001 #2 vasah20 Programmer Feb 16, 2001 559 US use javascript ex: <a href="javascript: history.back();">go back</a> I think that's the method... or it might be history.go(-1); hth leo Upvote 0 Downvote
use javascript ex: <a href="javascript: history.back();">go back</a> I think that's the method... or it might be history.go(-1); hth leo