How To Disable Right Click On Any Blog or Website ?



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.


How To Disable Right Click On Your Blog ?

 1. Got to your blogger Dashboard and then Click on Layout.

blogger widget


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

blogger widget


 3. Now paste code given below in the pop up window.
<!--AHT 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://atihackingtricks.blogspot.in>

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

Kindly Bookmark this Post using your favorite Bookmarking service:
Technorati Digg This Stumble Stumble Facebook Twitter

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.

On this website can find all possible ways of making money online or Hacking Tricks or Any other field on internet world. But before you proceed, please subscribe for our email updates, so you can get the latest news instantly. Enter your email address to receive free make money online ,Hacking ,Security,Blogging news:

Contact Us

Name

Email *

Message *

Blog Archive

 

Followers

Powered by Blogger.

Recent Posts

Blogger Tips and TricksLatest Tips For BloggersBlogger Tricks

| AtiHackingTricks.blogspot.Com © 2009. All Rights Reserved |Back To Top |