0
4.Now Click on Save Template,You are done..
Tags:
Blogger,
Blogging,
Copy/Paste,
Stop Copy,
Tricks amp; Tips
How To Stop Copy Paste Function In Your Blogger Blog
Posted by
Anonymous on 8/28/2011
1.Login to your blogger dashboard--> Design- -> Edit HTML
2.Scroll down to where you see </head> tag .
3.Copy below code and paste it just After </head> tag
2.Scroll down to where you see </head> tag .
3.Copy below code and paste it just After </head> tag
<!--Disable Copy And Paste-->
<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>
4.Now Click on Save Template,You are done..
Subscribe To Get FREE Tutorials!
Subscribe to:
Post Comments (Atom)
Share your views...
0 Respones to "How To Stop Copy Paste Function In Your Blogger Blog"
Post a Comment