Just copy this code below in the <HEAD> section of your website/blog. :)
<script language="Javascript1.2">
// (C) 2003 CodeLifter.com
// Source: CodeLifter.com
// Do not remove this header
// Set the message for the alert box
am = "Function disabled!";
// do not edit below this line
// ===========================
bV = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
if (bNS && e.which > 1){
alert(am)
return false
} else if (bIE && (event.button >1)) {
alert(am)
return false;
}
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
</script>
You can change the warning message "Function disabled" to anything that you like and you're good to go! I don't use this trick on this blog though. LOL. ;) ;) ;)
5 comments:
added this blog Honney..Musta na?
Hi cool disabled right click there.. I actually had silent disabled right click in my other blog. It bothers me sometimes specially on tags when you tagged to somebody they can't copy it..
BTW, i'm going to add this blog too here http://chalyza07.blogspot.com just add mine too. See u around sometimes
marami ngang stealer sis kaya nga di ako naglalagay ng pic ko eh...hehehe...
btw, added you to my technorati fave, please add mine, too here. thanks a lot!
and paki-add narin ang link ko sis...linked you up, too!
macopy nga code na to sa photoblog ko. hehe. Thanks!
Post a Comment