1. Go to Blogger Dashboard>> Layout and click on Add Gadget.
2. Now one popup window will appear, just scroll down and select HTML/JavaScript.
3. After It simply copy below coding and paste in HTML/JavaScript box.
===============================================
<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>
====================================================
Leony Li
By
Published: 2014-05-30T22:17:00-07:00
How to Disable Copying of Posts in Blogger?
By
Published: 2014-05-30T22:17:00-07:00
How to Disable Copying of Posts in Blogger?



