기능도 매우 간단하고 코드도 매우 간결합니다. 여기서는 더 이상 말도 안 되는 일이 없을 것입니다. 소스 코드가 필요한 사람은 직접 가져갈 수 있습니다.
함수 클릭(e) {
if (document.all) {
if (event.button==2||event.button==3) { Alert("험블하우스에 오신 것을 환영합니다. 도움이 필요하시면 웹마스터에게 연락주세요! 협조해주셔서 감사합니다!!!");
oncontextmenu='거짓 반환';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='거짓 반환';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=클릭;
document.oncontextmenu = new Function("return false;")
document.onkeydown =document.onkeyup = document.onkeypress=function(){
if(window.event.keyCode == 123) {
window.event.returnValue=false;
반환(거짓)
}
}
<--123——112는 F1~F12의 코드번호입니다.-->
다른 사람이 자신의 코드를 보지 않도록 하기 위함입니다. 이해하지 못하시는 분들도 경험자라면 막을 수 없습니다!