日本語
<!--次のコードを <head> 領域に入力します--> <SCRIPT LANGUAGE=javascript> function click() {alert('左クリックのコピーを無効にしてください!') } function click1() { if (event. button ==2) {alert('右クリックは禁止されています~!') }} function CtrlKeyDown(){ if (event.ctrlKey) {alert('不適切なコピーはシステムに損傷を与えます!') }} document.onkeydown= CtrlKeyDown ; document.onselectstart=click; </SCRIPT> </script>