Is there a way to have a button to make you go back or forward, besides on your browser?
I Itchy Jul 6, 2005 #1 Is there a way to have a button to make you go back or forward, besides on your browser?
L Legolas Jul 6, 2005 #2 Try This Code: <FORM> <INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)"> <INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)"> </FORM>
Try This Code: <FORM> <INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)"> <INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)"> </FORM>
L Legolas Jul 6, 2005 #3 Oh yes, and to test it. Go to a web site, then go to your web page with the buttons, then go to another site. Then click your back button on your browser and click your buttons, they should work.
Oh yes, and to test it. Go to a web site, then go to your web page with the buttons, then go to another site. Then click your back button on your browser and click your buttons, they should work.
A Atishoo Jun 19, 2009 #4 Not that I know of, but if you reach under your chair there is a lever to make you go up and down!