Pages
(Move to ...)
Home
about
privacy policy
disclaimer
submit a post
contact me
▼
prevent your content from copying
let's put this code into your website and prevent your content to be copied....
CODE
<script type="text/javascript"> //Prevent Copying Content From Blogger/Blogspot //For more, visit http://futurextech.blogspot.in 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>
enjoy......
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment