Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created November 21, 2012 07:47
Show Gist options
  • Save Macagare/4123671 to your computer and use it in GitHub Desktop.
Save Macagare/4123671 to your computer and use it in GitHub Desktop.
Javascript: Browser history back
<a href='#' onClick='window.history.go(-1);return false;'>BACK</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment