在页面中加入以下代码:
<script language="Javascript">
document.oncontextmenu=new Function("event.returnValue=false");
document.onselectstart=new Function("event.returnValue=false");
</script>
用处不大,只能禁止鼠标手动复制
原文:http://www.cnblogs.com/eliteboy/p/7845248.html