I am trying to open a new tab with javascript. How to write it so that it would work in chrome, firefox and IE7? (the pages are on the same domain)
UPD: Le
You cannot control how the browser will handle opening new popups / pages. This is entirely handled by the browser. If the user has set their browser up to open new pages/popups in a new window, you cannot force your own page to open in a tab.