Ads 468x60px

Labels

Thursday, May 2, 2013

Secure your Article from being Copied

Everyone want that his/her own article to not get copied.
To many new blogger copy your article and paste that to they new Blogger without any premision.
Best way to stop this is to follow the below instrucion.
Click Read more



Stop your article get copied.

  1. Go to blogger dashboard
  2. Layout
  3. Add a Gadget (Html/Javascript)
  4. Title it and paste this code below
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>

Now save it and now you are secure :)
If you haave any problem comment below

0 comments :

Post a Comment