Supose I create a pop-up in home.html
with something like:
<a href="somepage.html" target="_new">link</a>
How can I make a link IN somepage.html change the content of the browser
window/tab that contained the original link (the windows that has home.html
)?
Can this be done by plain HTML? Or do I need JavaScript?