Sending user back

D

Dominic

In my site I've got "back" buttons on every page, and for most of them a
static link works fine, however I have a few pages to which a user could be
directed from several places.

How can I build a back button that will send the user to the last page they
were at?

Thanks for your time.

DominicB
 
D

Dominic

This is a duplicate post as my computer crashed just as I clicked submit.
Please see my other post titled "Inserting a "Back" button"

Sorry.

DominicB
 
A

Andrew Murray

If you wanted an image (button , as per your other post) instead you'd put
<img src="backbttn.jpg" alt="back button"/> in place of the word "Back".
 
D

Dominic

Hi Andrew

Actually I'll be using a small .gif image and the word "Back", so thanks for
that.

DominicB
 
Top