[head 안에 삽입하기]
< script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
// IE4+
document.onselectstart=new Function ("return false")
// NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
< /script>
'Html & Css' 카테고리의 다른 글
테이블 보더 클래스로 얇게 지정하기 (0) | 2016.06.03 |
---|---|
흘러가는 글씨태그 (0) | 2016.06.03 |
홈피를 전체화면으로 띄우기 (한줄소스) (0) | 2016.06.03 |
마우스 오버시 상태바에 글자출력 (0) | 2016.06.03 |
새로고침 버튼을 내홈에 넣는다? (0) | 2016.06.03 |