//PurpleDreaming.
Tutorial : Disable Right Click
Friday 21 October 2011 @ 10:52 am | 0 Comment [s]

1) Dashboard >Design>Add a Page element >html/javascript
2) Copy code kat bawah nie :


<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>
*tulisan warna pink tu tuka ngan ayat korang sendiri eh ?

credit : LyssaSecret


Older Post | Newer Post
Owner

Hello World..Thanks for willing visit my blog


Navigations

Diary AboutMe Stuffs

Shout Here


Credit Section

Template by : Farisyaa Awayy
Basecode by : AskarPink
Full Edited : Me

Best View at GOOGLE CHROME!