<script>
document.oncontextmenu     = new Function('return false'); //오른쪽 마우스 버튼 클릭 금지
document.ondragstart       =
new Function('return false'); //드래그 금지
document.onselectstart     = new Function('return false'); //선택 금지
</script>

+ Recent posts