How to stop user from printing webpages? using javascript or jquery

后端 未结 9 676
谎友^
谎友^ 2020-12-03 12:34

How can we stop users to print webpage using different methods?

  1. Disabling Right Click
  2. Disabling CtrlP combination of keys
  3. <
9条回答
  •  一整个雨季
    2020-12-03 13:16

    A webpage on a user's machine is out of your control. A user can do whatever he or she wants to do, however you can serve a PDF and disable printing that PDF. Still, if I have to print some thing I will find a way to print it.

提交回复
热议问题