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?
In my link, I have target=_blank attribute, and it works in Chrome, Firefox, Opera,
Share
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.