한국어
<!--<head> 영역에 다음 코드를 입력하세요--> <SCRIPT LANGUAGE=javascript> function click() { Alert('왼쪽 클릭 복사를 비활성화하세요!') } function click1() { if (event. 버튼 ==2) { Alert('우클릭 금지~!') }} function CtrlKeyDown(){ if (event.ctrlKey) { Alert('잘못 복사하면 시스템이 손상됩니다!') }} document.onkeydown= CtrlKeyDown ; document.onselectstart=click; document.onmousedown=click1;