Transparent
to prevent right-click, Save As

后端 未结 3 1105
一个人的身影
一个人的身影 2021-01-23 11:12

Conceptually, could once create a div, display the content and then put a transparent div over the content so if the user right clicks -> Save As, Save Image, etc and they won\'

3条回答
  •  甜味超标
    2021-01-23 11:57

    An empty div would still make the content below clickable. One technique sometimes used is to do a similar thing, but use a transparent gif or png which would cover the content, or to use javascript to disable the contextual menu.

    In any case, if someone wants to save the content, there's not really anything you can do to stop them.

提交回复
热议问题