If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. 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.


  Disable Right Click On Your website Or Blog ?



Go To your Blogger  Dashboard And Then Click On layout






Layout


Now click On Add Gadget and Select Html/Javascript.


Html/ blog



Now past code given below




<!--MBW Code-->
<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>
<!--Code End http://www.incomputerking.tk>


 
Save it and done. Now users will not be able to right click on your website


Enjoy


Post Any Question Get Ans Free  

Related Posts:

  • How To Use Google if you to use Google Faster ,better and More precisely than ever Before , you Can Use Some Simple search Tricks, Tips and Tweaks That Only the expert Searchers on Google know .Most people use Google by simply typi… Read More
  • My computer is slow (How to Fix)  PC Slow Problem in case of any pc slow problem,  first ,we have to check it from application levele.g if world application is slow while opening a particular file then you need to check the size of the file… Read More
  • How To Disable Right Click On Your Website Or Blog If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just c… Read More
  • Open blocked sites How to access blocked websites Internet censorship has become all -Encompassing in the past few year .Most government ,Companies and even colleges block access to popular websites like Facebook ,you tube and others.… Read More
  • How to find out if your Girlfriend is avoiding you ? This Fantastic Free website  http://www.whoreadme.com/ 1) u got A create A free Account 2) whenever sending and  email  your girlfriend  just Add it surfix  at the end a ur girfrind em… Read More

0 comments:

Post a Comment

Powered by Blogger.