Disable right click on your BLOG

Disable right click on your BLOG


--> So i'm here telling you now how to disable right click on your blog.

--> You have seen many sites that you're not allowed to right click on it.

--> So also you put that type of restriction on you blog.

Follow these steps.

1) Go to your blog and then on DASHBOARD and then click on LAYOUT.

2) Now click on 'ADD GADGET' and select HTML/JAVASCRIPT.

3) Now just simply paste below code in it...

-----------------------------------------------------------------------------
<!--Code-->
<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>
<!--Code End by http://alltechnozbuzz.blogspot.com/>
-----------------------------------------------------------------------------

4)SAVE it.

after any user will not able to right click on your blog...

NilDev

Hello Ninjas, I am Nildev Vaghela ( professional blogger ) studying in B.E Mechanical. I like to descover more easy and fantastic blogger stunts for better blogging and designing. Continue your Fight here with NinjasTech to Be Pro-Blogger from Pre-Blogger..!!

Post a Comment

Previous Post Next Post