Friday, May 18, 2012

Disable right click

Click untuk imej yg lebih jelas

Haaaa...mesti korang pernah tengok kan mesej kat atas tu....

ok hari ni saya bermurah hati tuk buat tutorial ni....

DISABLE RIGHT CLICK 

ok,first sekali korang copy code ni....

<script language=JavaScript>
<!--

//edit by unwanted


var message="Masukkan Mesej Anda 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>

Dah copy dah ????

ok,sekarang pegi HTML/javascript n paste code kat atas tadi....

Dah siap paste ? 
Korang letak la pape mesej korang nak letak dekat "Masukkan Mesej Anda Disini"
pastu save la...
lepastu korang kena..

-


-


-


-



-


-



-



-



-


-
Korang kene tipu,haha sorry2....
Step die sampai save je..pastu korang log out n test la ..boleh ke tak..haha..


Menaip sambil menipu :suezana at 20.45 on friday 2012. 





No comments: