this link uses <a href="new.html" target="_blank">.

this link uses <a href="javascript: openWindow('new.html');">new window</a>.

this link uses <a href="new.html" onclick="openWindow(this.href); return false;">new window</a>.