<script language="JavaScript" type="text/JavaScript">
<!--
function openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
< img src="img.gif" style='cursor:hand' onClick="openBrWindow('링크주소','','width=400,height=430')"
-------------두번째방법---------------------
< a href="#" onclick="javascript:window.open('새로 열고싶은 사이트 주소','',
'width=600,height=450,menubar=no,toolbar=no,locationbar=no,directories=no,
status=no,scrollbars=no,resizable=no')">링크로 이동</a>
<!--
function openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
< img src="img.gif" style='cursor:hand' onClick="openBrWindow('링크주소','','width=400,height=430')"
-------------두번째방법---------------------
< a href="#" onclick="javascript
'width=600,height=450,menubar=no,toolbar=no,locationbar=no,directories=no,
status=no,scrollbars=no,resizable=no')">링크로 이동</a>