Firefox 禁止复制 屏蔽右键代码
作者:汉三 日期:2008-09-26
<script type="text/javascript">
<!--
document.oncontextmenu=function(e){return false;}
//-->
</script>
<style>
body {
-moz-user-select:none;
}
</style>
<body onselectstart="return false">
</body>
<!--
document.oncontextmenu=function(e){return false;}
//-->
</script>
<style>
body {
-moz-user-select:none;
}
</style>
<body onselectstart="return false">
</body>
评论: 0 | 引用: 0 | 查看次数: -
发表评论