Answers for "window.history.go(-2); this code work all browser or not"

4

js go back

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

js go to see history

history.go([delta])
delta Optional
The position in the history to which you want to move, relative to the current page. A negative value moves backwards, a positive value moves forwards
Posted by: Guest on May-20-2020

Code answers related to "window.history.go(-2); this code work all browser or not"

Browse Popular Code Answers by Language