Your Best Hosting
Solution

Keeping it Simple


  Main Menu
     Home Page
     About Us
     Hosting Plans
     Register Domains
     The Good Stuff
     Member Area
     Support Ticket
  Free Extras
     Free Domain Name
     RVSiteBuilder
     WebTraxEditor
     Tutorials
     And Much More
  Important Information
     90 Day Free Trial
     Our Guarantee
     F A Q
  Contact Information
     Contact Us
     Our Forum
  Site Map
     Site Map

Back to Previous Page






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