Using this below
window.open('aPage.aspx');
and i can open the page in a new Tab with every Browser, except Internet Explorer 8.
I see in this article How to open webpages in a new tab in internet explorer? that i can do this with 'target' attribute of tag 'a'.
I need to have this behavior when another page load. So i don't click on a link/button, the page on Tab will open automatically and i need to use javascript.
Any tips to get this work?