to net_lover
偶试了,没用。讨厌阿!!!
都不可以copy!

解决方案 »

  1.   

    to sandyuk
    那样是可以,不过太烦了。
      

  2.   


    针对禁用右键:
    试试按住右边windows键和Ctrl键之间的那个键,然后再按右键!再放开那个键!
      

  3.   

    找到禁止复制,和禁止选择的页面元素然后在浏览器中输入javascript:void(elementId.onselectstart = function (){return true;})具体写什么要视情况而定,需要看他怎么写的。
      

  4.   

    <body leftmargin="0" topmargin="0" onselectstart="return false" oncontextmenu="self.event.returnValue=false;" onmousemove="if(event.ctrlKey) document.all.aaaa.focus()">
    <script language=JavaScript1.2>
    if (document.all)
    document.body.onmousedown=new Function("if(event.button==2||event.button==3)window.external.addFavorite('http://www.chinaitlab.com','中国IT认证实验室')")
    </script>主要代码如上。
    runmin的方法不错,可惜好像我改的不对,还不知是leftmargin="0" topmargin="0"这两个参数的问题,我还是不能选择。