Tip&Tech event : event.button (오른쪽버튼막기 - 소스보기 금지)
페이지 정보
작성자 너갱이 작성일 15-05-15 16:37 조회 3,681 댓글 0본문
<script language="Javascript">
function click() {
if ((event.button==2) || (event.button==3)) {
alert('소스비공개입니다');
}
}
document.onmousedown=click
</script>
if ((event.button==2) || (event.button==3)) {
alert('소스비공개입니다');
}
}
document.onmousedown=click
</script>
댓글목록 0
등록된 댓글이 없습니다.
