Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
Step 2 : Copy the code from this file and paste it in that blogger widget.
Step 3 : Save the html/javascript and view you blog.
Code:
<script language=JavaScript>
<!--
//Disable right mouse click Script
var message="[COLOR="Red"]Function Disabled![/COLOR]";
///////////////////////////////////
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>
bile klik kanan akan kuar pop-up Function disabled
ayat function disabled boleh tuko dgn ayat sendiri. contoh, hah!!wat ape tu