Feb 13, 2001 #1 tmcumbee Technical User Feb 13, 2001 1 US Anyone out there have some suggestions for creating a "Back" Button that recognizes the previous page? Thanks, tmcumbee@hotmail.com
Anyone out there have some suggestions for creating a "Back" Button that recognizes the previous page? Thanks, tmcumbee@hotmail.com
Feb 13, 2001 1 #2 Otto Programmer Dec 31, 1998 224 HU Do you think something like this?: <FORM> <INPUT TYPE="button" VALUE="Back" onClick="history.back()"> <INPUT TYPE="button" VALUE="Forward" onClick="history.forward()"> </FORM> Otto Upvote 0 Downvote
Do you think something like this?: <FORM> <INPUT TYPE="button" VALUE="Back" onClick="history.back()"> <INPUT TYPE="button" VALUE="Forward" onClick="history.forward()"> </FORM> Otto