Sunday, 1 January 2012


HARI NI SAYA NAK BUAT TUTORIAL:DISABLE RIGHT CLICK







1. Dashboard >Design>Add a Page element >HTML
2. Copy code kat bawah nie :





<script language=JavaScript>
<!--


//edit by unwanted




var message="Masukkan Mesej Anda";


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


*Yang SAYA Color kan dengan warna HIJAU tuh , korunk tukar dengan ayat korang sendiri ye

No comments:

Post a Comment