
If you are just getting started using JavaScript, then this will be a very easy and helpful way to get to know it. If you would like to find hundreds of other free scripts out here on the Internet, just type in "Free Javascripts" into your favorite search engine and you will see tons to choose from.
In this tip, if your visitor clicks on the provided text, they will be sent back to the web page that they previously visited. I have used this JavaScript before inside of popup windows.
<a href="javascript:history.go(-1)" onMouseOver="self.status=document.referrer;return true">Go Back</a>
Instructions: