How to disable Ctrl C/V using javascript for both internet explorer and firefox browsers

后端 未结 3 560
無奈伤痛
無奈伤痛 2021-01-11 19:32

I am making this javascript code in order to disable Ctlr+c and Ctlr+v, prenscreen, ALT+TAB, Ctlr+S, and PrintScreen keys.





        
3条回答
  •  庸人自扰
    2021-01-11 20:03

    I am working on React project. We also have the same requirement to prevent copy/paste/right click.

    Use the below code in index.html tag. This will prevent all unnecessary actions.

    
    

    Note:Dont forget to vote the answer

提交回复
热议问题