함수 클릭(e) { if (document .all) { if (event.button==1||event.button==2||event.button==3) { oncontextmenu='return false '; } } if (document.layers) { if (e.which == 3) { oncontextmenu='return false'; 🎜>} } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN) } document.onmousedown=click; 🎜>document .oncontextmenu = new Function("return false;") var trxdyel=true var hotkey=17 /* hotkey는 ASII 코드인 핫키의 키 값입니다. 여기서 99는 c 키*/ if (document.layers) document.captureEvents(Event.KEYDOWN) function gogo(e) { if (document.layers) { if (e. which==hotkey && trxdyel) { alert('작업 오류입니다. 잘못된 키를 눌렀을 수도 있습니다!') } } else if ( document.all) { if (event.keyCode==hotkey&&trxdyel){ Alert('작업 오류입니다. 잘못된 키를 눌렀을 수 있습니다!') }} } document.onkeydown= gogo
위의 JS 코드를 JS 파일에 작성하고 이름을 xp.js로 지정한 후 Script 폴더에 넣어 인용할 때 Charset="gb2312" 설정에 주의해야 합니다. 표시된 정보가 왜곡됩니다. 페이지 참조: