How to prevent copying of content on your site or blog.
3.Now select the HTML/Javascript from the list.
4.Copy the javascript into it and click save.
<!--worldtech360-->5.That's it now the bloggers will not able to copy the content from your blog.
<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://www.worldtech360.com>
If you have any queries feel free to ask us and subscribe with us to get updates.