Tuesday, February 10, 2009

Simple Javascript Back Link

Alright, this is pretty simply and most people know it but hey, never hurts to post.

If you want to create a link that goes back to the previous page (just like the browser back button) simply use this code in your link tag:

href="javascript: history.go(-1)"

No comments: