Jump to content
Sign in to follow this  
GhOst-RidEr

Pertanyaan Blog : Nk Tnye Skit Pasal Ni...

Recommended Posts

Dia pakai JavaScript je tu.. Kalo tengok kat source code dia, hang akan jumpa script cam di bawah nih..

[spoiler][html]
<script language="JavaScript">
<!--

//Disable right mouse click Script
//By Maximus ([email protected]) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com/

var message="What you want to do, hah ?";

///////////////////////////////////
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>
[/html][/spoiler]
kalo guna WordPress, leh letak script ni kat widget.. amik Text widget, pastu paste je script ni dan save.. siap !

p/s: harap membantu.. aku pon tak tau sgt.. kalo salah, tolong betolkan ;)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...