블로그는 나의 힘!
[ Programing ]/Other2011. 8. 16. 19:44
불펌 방지 HTML 코드.

<HEAD></HEAD> 사이에 추가로 넣어 주면 된다.


<script type="text/javascript">
     document.oncontextmenu=function(){return false;}
     document.onselectstart=function(){return false;}
     document.ondragstart=function(){return false;}
     document.onmousedown=function(){return false;}
</script>















 



출저 : jang8584.tistory.com

'[ Programing ] > Other' 카테고리의 다른 글

svn checkout  (0) 2012.01.11
[티스토리] HTML SCRIPT 카테고리 펼치기  (0) 2011.08.16
2 PC 시너지(synergy) window - linux 공유 설정.  (0) 2011.01.14
SVN 명령어  (0) 2010.09.15
org.apache.log4j.Logger  (0) 2010.06.23
Posted by Mister_Q