Facebook Twitter Google RSS

Tuesday, 18 November 2014

How To Disable Right Click On Your Blog

Teach Forever     22:29  No comments

How To Disable Right Click On Your Blog




Website Traffic Its easy...Lets start..

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.......

,

Teach Forever


Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut odio. Nam sed est. Nam a risus et est iaculis adipiscing. Vestibulum ante ipsum faucibus luctus et ultrices.
View all posts by Naveed →

0 comments :

Proudly Powered by Blogger.