Imagine I have a website, let's say http://myownsite.com
, and my desire is to execute a script that will open a new window on Safari or any other browser for a site which I do not own: http://theothersite.com
If I lack control over that specific site, would it be possible to initiate a self-closing action?
For example, can I make the new window pop up for just 3 seconds and then automatically close?
In the past, I tried using iframes to display the page within my page, however, this method proved to be ineffective as iframes cannot access cookies across different domains...