I want to visit multiple links in the same new window.
Lets say I open google.com
in a new window after that I open yahoo.com
but this has to open in the same window where google.com
was opened by re-loading the same google.com
window.
I have this website as a reference http://doubleadvertise.com
just trying to achieve something similar to this website.
<a href="https://www.google.com/" target="_blank">google</a><br>
<a href="https://www.bing.com/" target="_blank">bing</a><br>
<a href="https://www.yahoo.com/" target="_blank">yahoo</a>
How to achieve this thanks