| Your Best Hosting Solution Keeping it Simple | | | | | | |  | Back Button |  |
What it's all about: Still wondering how to create a back button from a link or button? It's easy to do and doesn't even take a whole line! How to install this script:ONE STEP TO INSTALL BACK BUTTON: 1. Copy the coding into the BODY of your HTML document --> STEP ONE: Paste this code into the BODY of your HTML document <BODY> <a href="#" onClick="history.go(-1)">Back</a> <input type=button value="Back" onClick="history.go(-1)"> Change the value of -1 to any number of pages you would like to send your visitors back | | | | | |