Sunday, October 5, 2014

prevent copy past in ur blog



How to prevent copy past in ur blog

1. Go to blogger Dashboard select Layout and click  .
2. Then click on Add Gadget.
3. After that 
Html/Javascript Select this
4. copy paste below mentioned words

<!--MBW Code -->
<!--mybloggersworld.com-->
<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> 

Thats it... go and check your blog, others cannot copy paste :)