More About me

Im very passionate to write blogs about different topics such as Blogging, Online jobs, Internet etc. Im a graduate, cool, mature & still single guy (hehe...). I love to do internet surfing, watching every movies, & to help people.

More About Blog

I make this blog to know more & discuss topics such as blogging, world wide web, interesting stories, Online jobs. This blog is helpful to those people who just start doing blogging.

Disable Right click on your Blog.

Now you disable right click on your blog to protect your valuable content & pics. I told you here how to disable right click on blog, but i did not disable right click on my blog because i think when visitors try to right click on my blog they feel there insult. everybody know different people different thinking. its depend you either you disable right click or not, Here i just tell you the procedure.

Log-in your blogger account
Click Layout
Click Add a Gadget & put this java script.

<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="No Right-Click!";

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

& save it.


Bookmark and Share



Subscribe to receive daily blogging tips in your inbox :

Delivered by FeedBurner

0 comments:

Post a Comment