Disabe right click using javascript
Disabe right click using javascript
Disabe right click using javascript< ./h3> Tired of searching and integrating so many scripts on your webpage to disable the right click option?
Then here is a simple method inside the HTML or PHP or what ever page you want this to happen just add this code oncontextmenu=”return false;” inside the body tag as shown below
<body oncontextmenu="return false;">Disabe right click using javascript,