How To Stop | Disable Right Click On Blogger Blogs

hello reders, and viwers of codedforum.com.ng, am glad we are almost done with updating our database. we will continue to put more effort to serve you well.

this is a simple steps on how to disable right click on your blogger|blogspot blog using html/javascript codes.


no need oflong stories, lets stepdown to the point.

  1. go to blogger.com=>dashboard=>layout=>html/javascript code
  2. paste the below code and save                                                                     
<script language="JavaScript">  var message='NO Right click! Says Lamsdjvc';  function clickIE4(){ if (event.button==2){ alert(message); return false; } }  function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); 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('alert(message);return false') </script>

Now press the save button and save your arrangement.

now try to press&hold your phone screenon your blog and see the amazing trick. kindly drop your comments.

always appreciate good deeds. use the comment box and drop your testimonies.

am using this opportunity to look unto your comments regarding to our new template, if there is any error you want to inform us. use the comment box and contribute to us, soon you upgrade to codedforum vip and get free adsense from us!!!!
Thanks For You Reading The Post We are very happy for you to come to our site. Our Website Domain name http://codedforum.blogspot.com/?m=0.
Newer Posts Newer Posts Older Posts Older Posts

More posts

Comments

Post a Comment