Skip to content

Instantly share code, notes, and snippets.

@lgraubner
Created September 11, 2015 08:12
Show Gist options
  • Save lgraubner/d54721c41f9bae33e233 to your computer and use it in GitHub Desktop.
Save lgraubner/d54721c41f9bae33e233 to your computer and use it in GitHub Desktop.
Link for back button from detail page to search result page including fallback
<a href="/search.html" onclick="if(history.length > 1){ history.back(); return false; }">Back to search results</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment