FrontEnd
우클릭 방지, 좌클릭 및 드래그 방지
xeant
조회 수 : 3 2023.11.15 17:35
: 0
window.onload = function() { document.body.setAttribute("oncontextmenu", "return false"); document.body.setAttribute("ondragstart", "return false"); document.body.setAttribute("onselectstart", "return false"); };

 

댓글 0
사진 및 파일 첨부

여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.

파일 용량 제한 : 0MB (허용 확장자 : *.*)

0개 첨부 됨 ( / )
댓글이 없습니다. (0)