
So lets get started.
>>> 1. Got to your blogger bashboard and then Click on Layout.
>>> 2. Now Click on Add Gadget and select Html/Javascript.
>>> 3. Now paste code given below in the pop up window.
<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>
>>> 4. Save it and done. Now users will not be able to right click on your website. If you like to artical then please share.
Hi. Manpreet
ReplyDeleteFrom last two days, I Search for this script for my blogger, and at the end you post help me.
you guy is really a saviour.
Thanks. Keep it up :)
thnx
ReplyDelete