Back buttons

Associate
Joined
19 Jul 2006
Posts
1,847
Instead of putting the url of the previouse page in the code under the back button on a page, is there a simpler way of doing this?
I know at uni we used a function in javascript cant remember what it was,
all i want it to do is when its clicked is to go to the previouse page,
TIA
 
Hmm been trying putting that and the form in different places and cant get it to work
Code:
<div id="navbar"> 
  <ul>
    <li><a href="home.htm">Home</a></li>
	

    <li><a href="home.htm">Back</li>
    
    
  </ul>
 
			</div>

I just want the Back word to act as the link to the previouse page
 
Back
Top Bottom