Last updated 1 month ago
Was this helpful?
When you open a link in a new tab ( target="_blank" ), the page that opens in a new tab can access the initial tab and change it's location using the window.opener property.
<a href="..." target="_blank" rel="" /> <a href="..." target="_blank" />