html - how do I make a page load in a new tab in IE8?
Posted
by erynion
on Stack Overflow
See other posts from Stack Overflow
or by erynion
Published on 2010-03-13T18:18:45Z
Indexed on
2010/03/13
18:25 UTC
Read the original article
Hit count: 170
My website works in Firefox - pages on the site load in the current tab, and links off site load a new tab. IE8 won't behave: target="_blank" opens a whole new window; the other options, _self _top _parent, all open the page in the current tab.
I have Firefox set to "Open new windows in a new tab." The links to pages on my site all have target="_self" and Firefox keeps these in the current tab. On the external links I don't have a target set (I added _blank to see if it fixed IE8, and doing that didn't affect Firefox).
I can't find an equivalent setting in IE8. Tools-Internet Options-General-Tabs/Settings has an enable tabs box, and a sub-option to automatically switch to newly opened tabs. Is there some html that will work? An IE8 setting I'm missing?
Any help appreciated.
© Stack Overflow or respective owner