Is there any way to load a new different page without user interaction when I have access only to the body of the page and not to head?
For example, the following code fails:
<a href="javascript:function(){window.open('http://www.google.com','_self')}();">open google home page</a>
(I want that http://www.google.com is loaded as soon as the current page is loaded without any user click on any one of its elements)
No jQuery, please.
You can just insert a script element into the page like the following: