target=“_blank” opens a new window in IE9, instead of a new tab
In my link, I have target="_blank" attribute, and it works in Chrome, Firefox, Opera, and of course, Safari and opens the link a new TAB . But When I click on it, in IE9 (and IE8) it opens a new window instead of being opened in a new tab. What should I do? HTML and JavaScript provide no means to say if a new "window" should be a full window, or a tab, or whatever you want to call the Mobile Safari multiple views interface. So you live with it. VAShhh You can see in this question that the target="_blank" is correct, but the way the browser handles this case is up to his settings. You need to