有什么问题请到<a href='/bbs/forums.php?fid=21'>论坛</a>中发表<br> <!-- / --> <!-- http://bbs.59hot.com/ --> <!--下面代码放到<head>区域中--> <script LANGUAGE=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> </script>