The Web Just This Site

NM Web Tutorials

It worked!

Excellent, the link worked, while you’re here I might as well show you how to do an easy back button: <a href="javascript:javascript:history.go(-1)">Back</a>
the "javascript:javascript:history.go(-1)" means that it will go back one page in the persons history. It's the same as clicking the back button at the top of the browser. That’s good if you have one page that is linked by all kinds of pages, like my terms page.

BACK