사이트 내 전체검색
드레그 금지
로빈아빠
https://cmd.kr/javascript/704 URL이 복사되었습니다.

본문

드레그 금지

네이버에서 쓰는 것입니다.
<script type="text/javascript">
function checkRClickYN(isRClickNotAllowed, isAdmin) {
	if (isRClickNotAllowed && !isAdmin) { 
		document.oncontextmenu = new Function ("return false");
		document.ondragstart = new Function ("return false");
		document.onselectstart = new Function ("return false"); 
	}
}

document.onload = checkRClickYN(true, false);
</script>

댓글목록

등록된 댓글이 없습니다.

831 (5/17P)

Search

Copyright © Cmd 명령어 3.141.42.84