<script type="text/javascript" language="JavaScript">
      try{
        self.moveTo(0,0)
        self.resizeTo(screen.availWidth,screen.availHeight)
        function document.oncontextmenu(){event.returnValue=false;}//屏蔽鼠标右键
        document.onselectstart=new Function("event.returnValue=false");
        function window.onhelp(){return false} //屏蔽F1帮助 
        }catch(e)
        {}
    </script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2021-11-24
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案