I have the following code, to open a new web site:-
<li class="ms-comm-adminLinksListItem" unselectable="on"><a href="http://www.testURL.net/" target="_blank" unselectable="on"> Test Web Site</a></li>
Currently using FireFox and Chrome the www.testURL.com
will open on a new tab, while using IE it will open the www.testURL.com
on a new window. So how I can force all web browsers to open the URL on a new tab ?