Apr
11
Simple HTML Javascript Backbutton for your website
Here is a simple Hyper link that works in all browsers, and causes the user to go to the previous page.
<a href=”javascript:history.back()” title=”Back” target=”_parent”>
<— Back</a>
Enjoy !