으음....
회색하늘·2004. 5. 6. 오후 7:00:27·조회 172
<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></head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
개인연재 심사 발표를 할 시기인 것으로 알고 있는데...
흐음.....
하나 더 해야겠군요.
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></head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
개인연재 심사 발표를 할 시기인 것으로 알고 있는데...
흐음.....
하나 더 해야겠군요.