EN
JavaScript - history.go() in new tab
1
answers
0
points
Is it possible to open previous tab using JavaScript history.go(-1) or window.history.back() as a new tab?
1 answer
0
points
Unfortunately it is not, the previous page isn't part of the target window's history.
0 comments
Add comment