<a href="https://주소" onclick="window.open(this.href, '_blank'); return false;">클릭</a>

이미지 링크일 경우
<a href="https://주소" onclick="window.open(this.href, '_blank'); return false;"><img src="이미지주소" alt="" style="width:100px;height:100px;border:0" /></a>

응용...
새창 가로,새로,툴,스크롤조정하기.
<a href="https://주소" onclick="window.open(this.href, '_blank', 'width=400,height=300,toolbars=no,scrollbars=no'); return false;">클릭</a>