Answers for "html go back to previous page link"

-1

html href go back

<button onclick="goBack()">Go Back</button> <script> function goBack() { window.history.back(); }
Posted by: Guest on October-18-2021

Code answers related to "html go back to previous page link"

Browse Popular Code Answers by Language