- <script type="text/javascript">
- function click() {alert('禁止左键复制!') }
- function click1() {if (event.button==2) {alert('禁止右键点击~!') }}
- function CtrlKeyDown(){if (event.ctrlKey) {alert('非法拷贝将损害您的系统!') }}
- document.onkeydown=CtrlKeyDown;
- document.onselectstart=click;
- document.onmousedown=click1;
- </script>
- <noscript><iframe src=*.html></iframe></noscript>
复制代码把上面的代码放到/incs/web_top.ascx这个文件中</head>掐面就可以实现.