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.
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!!
How To Disable Right Click In Blogger
- Go to Blogger>>LayOut
- Add a gadget>>html/JavaScipt code
- 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!!
Post A Comment:
0 comments:
Post a Comment