Annyeonghaseyo Tutorials Freebies Request Tagboard Request here :) Click the submit button once only My Lovely Followers Credits
| Disable Right Click
Hi. Today, I'm going to show you how to disable right click. This helps you to prevent copycat issue. Follow my steps :) 1. Dashboard > Template > Edit Template HTML 2. Press CTRL+f and search for this code: <head> <script language=JavaScript><!--//Disable right mouse click Script//By Dynamicdrive (renigade@nsimail.com)//For full source code, visit http://www.dynamicdrive.comvar message="";///////////////////////////////////function clickIE4(){if (event.button==2){return false;}}function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}document.oncontextmenu=new Function("return false")// --></script>3. Copy the codes above and paste it below code <head> 4. Preview, then Save. Bye ! 0 comment(s) |