자유게시판

자유게시판 [자유게시판]
글 복사 못하는 코드
2011.03.26 18:03 조회 : 50
<script language="**1.2">
 
//Disable select-text script (IE4+, NS6+)- BY UnitedLeader
//Exclusive permission granted to Dynamic Drive to feature script
 
function disableselect(e){
return false
}
 
function reEnable(){
return true
}
 
//if IE4+
document.onselectstart=new Function ("return false")
 
//if NS6
if (window.sidebar){
document.onnexondisableselect
document.**=reEnable
}
</script>
댓글을 남기시려면 로그인 해주세요
댓글 : 2