HOW TO DISABLE RIGHT CLICK IN BLOGS


Follow below steps .:

1. Go to your dashboard in Blogger.com
2. Now click Template and than click Edit HTML, now click on Proceed.
3. Now simply copy and paste the below script right before the </body> tag.

Code:
&lt;script language=javascript&gt;
&lt;!--
var message=&quot;&quot;;
function clickIE()
{
  if (document.all) {
    (message);return false;}
}
function clickNS(e)
{
if (document.layers||(document.getElementById&amp;&amp;!document.all)) { 
  if (e.which==2||e.which==3) {(message);return false;}}
}
if (document.layers){
  document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{
  document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function(&quot;return false&quot;)
// --&gt;
&lt;/script&gt;

4. That’s it now click on Save Template Button, now script is up and running on your blog just check it out refresh your blog and try to right click you will not be able to do that, ask your readers to do this thing.
Have Fun :) Guys and now enjoy secured blog
HOW TO DISABLE RIGHT CLICK IN BLOGS HOW TO DISABLE RIGHT CLICK IN BLOGS Reviewed by sd6asd32 on 07:34 Rating: 5

No comments:

Powered by Blogger.