Search The Entire Web

Click Here for Free Traffic!
Click Here for your Free Traffic!

READ MORE ABOUT FREE VIRAL - Click Here

Maverick Money Makers

A Lifetime opportunity to make millions. Maverick Money Makers is the most effective step-by-step money making system in existence. This is a system developed by millionaires, and proven to generate at least $354.97 per day from home.Work few hours daily, but you can also make money when you are asleep because this is a fully automated system. Read more about Maverick Money Makers....!!! Click Here! To Get Started

HOW TO DISABLE RIGHT CLICK ON YOUR BLOG

Monday, June 15, 2009 ·

By Disabling Right Click on your blog you can protect your text, photos, links etc. So here is the Trick to disable right click on your blog.

  • Sign in to your blogger account
  • Go to layout and now click add gadget then choose html/javascript
  • Now copy the code below into the html/javascript box.
<script language="JavaScript">
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Right Click Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}


function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>


  • Now save and view your blog
  • When you try to right click it will show a message 'Right Click Disabled!' if you want to change this mesage find the code:
  • var message="Function Disabled!";
I hope you enjoyed...!!!! Best of luck.....!!!!!!!!!



0 comments:

Post a Comment