How to disable mouse right click on blogger blog
You Want to Disable Mouse Right Click Button on Blogger Blog?
This is a tutorial about how to add mouse right click Disable script to your blog ( protect your work to be get copied by some thieves). Everyone wants his/her work to be protected by thief so I thought of broadcasting this..
Disable Right Click on Blogger Blog
Disable Mouse Right Click Button on Blogger Blog, so here we are talking about How to Disable Right Click on Blogger Blog, just follow the simple steps given below so lets get started
…

- Log in to Blogger Dashboard and navigate to Layout.
- Click on ‘Add a Gadget‘ on the sidebar.
- Select ‘HTML/Javascript‘ paste the given code and finally click on save
.
<script language=javascript>
<!--
//Disable right click script - By Icoquet.com
//
var message="Function Disabled";
////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(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=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<!--
//Disable right click script - By Icoquet.com
//
var message="Function Disabled";
////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(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=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
After saving go back to your and right click, oops 'function disabled' lolz
NOTE: If you want to change the message, just simply change the "function disable" in the above script.
By Using this Script you can protect your Images and Copyrights Content from Being Use in Other Websites.
If you have any question on these leason below just drop it on the comment box....
thanks
0 comments:
Post a Comment