Develop

[js] 가운데 새창 뜨는 함수와 이벤트

by hooni posted Apr 23, 2003
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
<Script language="Javascript">
function OpenDtl(url, xwidth, yheight){
        x = screen.availWidth;
        y = screen.availHeight;
        window.open(url,"Detail","left="+(x-xwidth)/2+",top="+(y-yheight)/2+",scrollbars=no,resizable=no,width="+xwidth+",height="+yheight);
}
</Script>

document.onkeydown
document.onkeyup
document.onkeypress