Standard compliant _blank target
Found out how to do this, whereby the _blank target becomes standards compliant in XHTML as target is not recognised.
<a onclick=”window.open(this.href,’_blank’);return false;” href=”http://some_oother_site.com”>Some Other Site</a>
As recommended also at Zeldman recently.



