Disable copying data from webpage

前端 未结 10 1930
情歌与酒
情歌与酒 2020-12-18 09:52

I was looking for any way to create web page,so that user wont be able to copy content from my web page. i.e. User wont be able to select the any text present on the webpag

10条回答
  •  既然无缘
    2020-12-18 10:21

    This is Internet. You can't completely protect the content of the page.

    But you can difficult this task for the user.

    You can too handle keyboard and mouse inputs, like Ctrl+C or right click of the mouse.

    But remember that the user can always see the source code of the page, copy it and paste on a HTML editor.

    You can make your site in Silverlight or Flash, but this will "disable" search engines indexing.

提交回复
热议问题