How To Disable Right Click On Your Blog
Open your Blogger page setup home http://www.blogger.com/home. and go to Layout, add a gadget.
Select HTML/JavaScrip in gadget.
Add script are given..
<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>
Save and open your blogger.......





0 comments :