function click(e) { if (document .all) { if (event.button==1||event.button==2||event.button==3) { oncontextmenu='return false '; } } if (document.layers) { if (e.that == 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 /* ホットキーはホットキーのキー値であり、ASII コードです。99 はホットキーのキー値を表します。 c key*/ if (document.layers) document.captureEvents(Event.KEYDOWN) function gogo(e) { if (document.layers) { if (e. what==hotkey && trxdyel) { alert('操作エラー。間違ったキーを押した可能性があります!'); } } else if ( document.all) { if (event.keyCode==hotkey&&trxdyel){alert('操作エラー。間違ったキーを押した可能性があります!'); }} } document.onkeydown= gogo