Disabling right-click in your blogger will keep some people from being able to steal your text and graphics. There are easy ways around it, but it may stop some newbies. Since newbies are often the ones most likely to steal your stuff because they don't know any better, you'll might stop some content theft with this simple trick.


tip101tricks.blogspot.com/images

How To Disable Right Click In Blogger

  1. Go to Blogger>>LayOut
  2. Add a gadget>>html/JavaScipt code
  3. Paste the code below in box.

<script type="text/JavaScript">
//Script Tip&101Tricks
var message="NoRightClicking";
function defeatIE() {if (document.all) {(message);return false;}}
function defeatNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=defeatNS;}
else{document.onmouseup=defeatNS;document.oncontextmenu=defeatIE;}
document.oncontextmenu=new Function("return false")
</script>

After Pasting the code Click on Save Button and You're done!!

Thank You!!

If you liked our article Like Us and Subscribe To Our Latest Posts!!
Axact

Axact

Vestibulum bibendum felis sit amet dolor auctor molestie. In dignissim eget nibh id dapibus. Fusce et suscipit orci. Aliquam sit amet urna lorem. Duis eu imperdiet nunc, non imperdiet libero.

Post A Comment:

0 comments: