All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
window
iframe
Create the iframe with a name.
<iframe name="theFrame"></iframe>
Now use the script this way:
script
window.open(url, "theFrame");