[java] 스크립트 – 작은 창 띄우기 -1
헤드 내용..
function newWindow1()
{
window.open
(“”,”window1″,”toolbar=no,location=no,directories=no,status=no,menubar=no,s
crollbars=no,resizable=no,width=400,height=300″);
}
바디 내용…
<a href=”1999_pho_01.html” onClick=”newWindow1()”
TARGET=”window1″>
</a>