Answers for "back link a html"

0

back link a html

<a href="#" onClick="history.go(-1)">Go Back</a>
Posted by: Guest on February-17-2022
-1

html href go back

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

Browse Popular Code Answers by Language