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? 回答1: 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. 回答2: You can see in this question that the