Answers for "location.history().back"

0

history.back()

// --------------------if history.back() not working---------------------
//instead of this
<a href="javascript:history.back();">back</a>

//do this
<a href="javascript:history.go(-1);">back</a>
Posted by: Guest on February-17-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language