How to Disable Right Click On Your BLOG


Hello friends, 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 will be copy/paste it on their blog. To prevent such users from copying your content from your blog i will show you the Javascript Trick to disable right click on your blog after disable right click on your blog no one can Copy/Paste your content with your blog.

I will show you Step by Step to disable So lets get Started the trick:-

1. Got to your blogger Dashboard and then Click on Layout.
2. Now Click on Add Gadget and select Html/Javascript.

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>
In last Save it and done no one can Copy your Precious content.

How to Disable Right Click On Your BLOG How to Disable Right Click On Your BLOG Reviewed by Anonymous on 3:10 AM Rating: 5

No comments:

Powered by Blogger.