Friday, 18 July 2014

How to Disable Right Click function on Website or Blogger by togical.com


How to Disable Right Click function on Website or Blogger by togical.comHello, Today i show trick how to protect your content using right click disable function. You might have noticed that in some websites or blog right click is disabled.To prevent such users from copying content from your blog i will show you javascript Trick to disable right click on your blog. 

So lets get started.

>>> 1. Got to your blogger bashboard and then Click on Layout.


How to Disable Right Click function on Website or Blogger by togical.comHow to Disable Right Click function on Website or Blogger by togical.com
        

>>> 2. Now Click on Add Gadget and select Html/Javascript.


How to Disable Right Click function on Website or Blogger by togical.com


>>> 3. Now paste code given below in the pop up window.


<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

 >>> 4. Save it and done. Now users will not be able to right click on your website. If you like to artical then please share.

How to Disable Right Click function on Website or Blogger by togical.com
  • Title : How to Disable Right Click function on Website or Blogger by togical.com
  • Posted by :
  • Date : 01:11
  • Labels :
  • Blogger Comments
  • Facebook Comments

2 comments:

  1. Hi. Manpreet

    From last two days, I Search for this script for my blogger, and at the end you post help me.

    you guy is really a saviour.

    Thanks. Keep it up :)

    ReplyDelete

Top