Thursday, November 15, 2012

cannot block the text on blog

Note: i not made this code



1.login to blogger.com
2.click template







3.click edit HTML
4.expand Template widget
5.paste the code below<body>

   <SCRIPT type="text/javascript">
    if (typeof document.onselectstart!="undefined") {
    document.onselectstart=new Function ("return false");
    }
    else{
    document.onmousedown=new Function ("return false");
    document.onmouseup=new Function ("return true");
    }
    </SCRIPT>
6.save
7.now try to block the text on your blog

sorry for indonesian language

No comments:

Post a Comment