ID:176250
 
Well, it may or may not be a browser based function I need help with as I don't really know what to classify a 'back' button as...

Anyway, what I need is the following:

I am stuck and rather stumped with trying to make a back button for a little testing that I am doing with BYOND CGI.

I currently have everything as I want it, although, I am in need of a link that will take me to the previous page that was viewed.

I know I can to a link to the beginning/default/home page, but, what if I had multiple pages and you are currently on page 3, then jump to page 7 and wish to go back to page 3?

If it was a previous button as most are done by going back to page 6 from 7, this is what I don't want. I want it so that if I did hit the 'back' button, then from page 7 you would go back to page 3 considering the thought of being there in the first place...

All help will be greatly appreciated ^_^

--Lee
<a href=javascript:history.go(-1)>Back</a>
In response to Nadrew
Thanks Nadrew... I have been trying to get ahold of you to find this out but you never seemed to reply or answer anything I said :S

Hehe, thanks for the help anyway, it is exactly what I needed.

--Lee