How to use history.back ()
can i do the following?
window.open ("any URL", "itself")
history.back ()
I want to go to another page and then go back to the previous one, but this aproach doesn't work This is not possible and history.back () cannot be used this way because the scripts on the new page are loaded instead of the old one? Also, I tried to do window.open on one page and make history back from another, it still doesn't work ...
+3
source to share