How to block right click on JavaScript or PHP file
2022.03.29
JavaScript
- add
oncontextmenu
in body tag
<body oncontextmenu="return false;">
PHP
- put script code
reference:
https://stackoverflow.com/questions/13719096/right-click-disable-in-php
2022.03.29
oncontextmenu
in body tag<body oncontextmenu="return false;">
reference:
https://stackoverflow.com/questions/13719096/right-click-disable-in-php
--
Consistency achieves everything https://github.com/paigekim29
Love podcasts or audiobooks? Learn on the go with our new app.