본 팁은...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> XHTML표준 입니다.

중복이면 말씀을..;;

텍스트 링크일 경우
<a href="http://주소" onclick="window.open(this.href, '_blank'); return false;">클릭</a>

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

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

*W3C XHTML
도우서버 Rwapm
컴퓨터를 버로 들어보자!!