Tips, Tricks And Computer Info..

About

Movie Category 1

Next after Kitkat.. Its Android L

Hi friends, we have been listening about the new Android, i.e Android L, which has not been ...

Check Original Installation Date of your Windows

You may be Curious to Know the Original Installation Date of Windows. We all want to know when our ...

Coolest Youtube Tricks

 Coolest Youtube Tricks that you must Know 1.Set a Specific Start Time: Many times yo...

Subscribe Us

Template Information

Test Footer 2

Movie Category 3

Theme images by hdoddema. Powered by Blogger.

All Movies Collection

Movies of The Week

Popular Posts

Join This Site On Google Friend

FAQs

  • Simple yet cool System tweaks

    The Best Computer Tips and Tricks: System Tweaks Disable System Restore: You can gain a lot ...
No posts

Movie Category 5

Technology

Movie Category 4

You are here: Home / , How to prevent anyone from copying your web content?

How to prevent anyone from copying your web content?

| No comment
If you own a blog or a website and you want to prevent other bloggers from copying the content from your blog then this article is for you. 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.

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

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

<!--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://nqaze.blogspot.in>

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