Develop

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

by hooni posted Apr 23, 2003
?

Shortcut

PrevPrev Article

NextNext Article

ESCClose

Larger Font Smaller Font Up Down Go comment Print
<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