有什么问题请到<a href='http://bbs.7dspace.com/index.asp?boardid=2'>论坛</a>中发表<br> <!-- http://www.7dspace.com/ --> <!-- http://bbs.7dspace.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>