1.Sign in to your blog using this link http://www.blogger.com
2.Click on "Design".
3.Click on "Add a Gadget".
4."Add a Gadget" window will now open.
5. Select "HTML/JavaScript".
6.Name the Title as if you need or leave it blank.
7.Copy and Paste or write the below JavaScript code in content section or Paste the below Code before the "" in Edit Template Page of your Blog.
<script language='JavaScript1.2'>function disabletext(e){
return false
}
function reEnable(){
return true
}
//if the browser is IE4+
document.onselectstart=new Function ("return false")
//if the browser is NS6
if (window.sidebar){
document.onmousedown=disabletext
document.onclick=reEnable
}
</script>
8.Now Click on "Save" Button..
Labels:
Blogger Tips,
BLOGGER TRICKS,
Blogger Tutorial
Previous Article


Responses
0 Respones to "How to Protect Text Copying From your Blog"
Post a Comment
Do you have any Question regarding this post? Then Post as a COMMENT...