Views:
If you want to prevent users from copying contents of your blog or site, then you need to put this code in your blog so that user can not copy the contents of your blog or website...
Follow the steps given below:
-->Copy the following code:
<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=disableselectdocument.onmouseup=reEnable}</script>
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=disableselectdocument.onmouseup=reEnable}</script>
-->In the blogger, Go to Layout and click on add new gadget > select Html/Javacsript
-->Paste the code in the box provided below in the blogger.
-->Click on save and check whether u r able to copy or not .
Good luck...!!!
-->Click on save and check whether u r able to copy or not .
Good luck...!!!
Cool 1..!!!
ReplyDelete