Answers for "back history js"

0

history back js

<a href="javascript: history.go(-1)">Go Back</a>

// or

<a href="##" onClick="history.go(-1); return false;">Go back</a>
Posted by: Guest on August-03-2021
4

js go back

history.back()
Posted by: Guest on April-14-2020

Browse Popular Code Answers by Language