firefox(火狐)和ie浏览器禁止右键和禁止复制的代码

  作者:bea

<html> <title></title> <script type="text/javascript"> <!-- document.oncontextmenu=function(e){return false;} // --></script> <style><!-- body { -moz-user-select:none; } --></style> <


<html>
<title></title>
<script type="text/javascript">
<!--
document.oncontextmenu=function(e){return false;}
// --></script>
<style><!--

body {
-moz-user-select:none;
}
--></style>
<body onselectstart="return false">
<B></b>

是一个专业的收集各类脚本学习资料的网站,尽量修正错误打造精品脚本类学习网站,我们为大家游戏脚本资源,源码,软件,asp,php,javascript等编程资料,是网页制作,网络编程,网站建设人士的聚集场所。
</body>
</html>




[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行]



有用  |  无用

猜你喜欢