 |
|
|  |
|
 ȨÆäÀÌÁö |
21³â Àü |
<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>
|
|
̵̧ : 364 |
̵̧
¸ñ·Ï
|
|
|  |
|