Skip to content

Instantly share code, notes, and snippets.

@deeman
Last active August 18, 2019 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deeman/3843450e6548db43a5e4e125fa8707bf to your computer and use it in GitHub Desktop.
Save deeman/3843450e6548db43a5e4e125fa8707bf to your computer and use it in GitHub Desktop.
Smart button - Back to history button
<!-- Button history function, lets visitor click back to previous visited page -->
<button type="button" onclick="history.back();"> Back </button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment