Go to blogger dashboard click on HTML and search for <body> using CTR+F and place this HTML javascript below <body>
if CTR+F wont help you do this you can download any HTML editor like NOTEPAD++ copy all your HTML and paste in NOTEPAD++ and search for <body> then insert this javascript below the <body>
<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>
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>
0 comments:
Post a Comment