拷貝以下的程式碼,將其貼在 <head> 下面
-------------------
<!--Avoid Copying Script -->
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
-------------------
( 原始碼出處:Buzzerrs)
就像這樣。。。。。
沒有留言:
張貼留言