Forum Moderators: open

Message Too Old, No Replies

How to? make a button that goes "back" twice?

Button

         

StevenK

8:15 am on Jul 30, 2004 (gmt 0)

10+ Year Member



I need to make a button that goes "<back" twice so I can get back to some search listings generated by php. Any ideas?

Jumper Willow

8:25 am on Jul 30, 2004 (gmt 0)

10+ Year Member



if could look something like this...

<form name="form1" action="javascript:history.go(-2);" method="post">
<input type="submit" value="Go Back Two">

It'll be a button, the actual javascript is just history.go(-2)