Back

scripts/ 

 Copy and paste this code into the body of your page where you wish the button to be placed.

  <form><BR>

<input type= "button"value= " back " onClick="history.go(-1)"> </form>

 You may replace 'back' with any text of your choosing.

preview

______________________________________________________________