How to Disable Copy Paste (Browser)

后端 未结 10 726
旧时难觅i
旧时难觅i 2020-11-27 19:36

I am trying 2 alternatives:

  • Ignore right-click
  • Ignore ctrl + C, ctrl + A

This is my code:

10条回答
  •  猫巷女王i
    2020-11-27 19:39

    Instead of trying to control the users key commands(it is possible some browsers may detect this as malicious code) you can disable selection of text on your page. Although this will not avoid data being copied as stated in your comments.

    
    
    

    Place this in your

          
    

    tags and the user cannot select text on your page.

    Found on http://myblog-log.blogspot.com/2007/06/disable-copy-and-paste.html

提交回复
热议问题