About Me

My photo
EVERYONE has the right to choose THE BEST for him/herself and NOBODY has the right to ask WHY they do so :)

Followers

Saturday, June 25, 2011

disable right click

korang mesti xsuke bile ade orang copy hak milik korangkn..contohnya gambar...
disable highlight text da ade sebelum ni..fungsi dy lebih kurang la dengan disable right click..yang ni korang boleh buat ayat sendiri..contohnya bila ade orang right click nt kua mesej korang "hoiii!! ko right click kenape?? aku campak jugak mouse ko nt" huhuhu lebih kurang mcm tu lah..so macam mana nk buat? korang copy je code kt bawah ni and paste kt HTML javascript

<script language=JavaScript>
<!--

//edit by unwanted


var message="Masukkan Mesej korang Disini";

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


da siap korang picit butang SAVE okaii
tak kan bace je. keyboard panggil tu

No comments:

Related Posts Plugin for WordPress, Blogger...