Just a question about optimization, between :
<a href="#" onClick="javascript:window.open('myUrl.com');">link-1</a>
and :
<a href="javascript:window.open('myUrlBis.com');">link-2</a>
Is one better than the other ? Or more compatible ? Thanks.