SyntaxFix
Write A Post
Hire A Developer
Questions
This is the only thing that works on all current browsers:
<script> function goBack() { history.go(-1); } </script> <button onclick="goBack()">Go Back</button>