Saturday, June 11, 2011

Tutorial Disable Right Click

Assalamualaikum! :rainbow: tuto kali nih pulak pasal disable right click :spectacle: direquest oleh kak wana :girl2:

1. Dashboard > Design > Add A Gadget > HTML/Javascript
2. Copy then paste code di bawah okay



<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="FUNCTION DISABLED";

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

function clickNS4(e){
if (document.layersdocument.getElementById&&!document.all){
if (e.which==2e.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>


Last step, yg FUNCTION DISABLED tu tukarlah ayat org, kay.. bubye! Assalamualaikum!
 

1 comment:

  1. geram , geram , geram ! mcm mne nie ? Iera tak jadi bwat !!

    ReplyDelete

saye suke owang yang tngh comment ni ^_^