Javascript Back Link

I’m always having to Google the code for a Javascript back link; therefore, I thought I would save myself the time and post an example on my blog:

<a href="javascript: history.go(-1)">Back</a>