Thinking of avoiding ppl from copying your blog's entry??
Try this.
Go to Design - Edit HTML - Cari (CTRL+F) tag <head>
copy the cide below.
Click here to copy the link
<!-- Disable Copy and Paste-->
<script language='JavaScript1.2'>
function disablesele
ct(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Paste the code below this <head> tag.
Save Templates. Done.
No comments:
Post a Comment