Disabling Copy/Paste in a Web Page

前端 未结 15 2349
心在旅途
心在旅途 2020-12-14 12:56

How Do I disable the copy paste feature in my webpage. To be precise, I don\'t want my users to copy any information from my website and use them for personal purposes. The

15条回答
  •  借酒劲吻你
    2020-12-14 13:32

    Just add the following code to the HEAD tag of your web page:

    
    

提交回复
热议问题