Home Tutorial Freebies Jatt & Kucing Others Blogwalking

28 October, 2010

disabled right click without note

Fungsi widget ni same je macam disabled-right-click-with-note tu.Cuma yang ni kalau right click mouse dia takkan keluar apa-apa note atau warning.

Let's bertutor;

1. Dashboard > Design > Add Gadget > HTML/JavaScript
2. Copy paste dalam kotak gadget tadi
<script language=JavaScript>
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dauspozi.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
3. Save and done.

No comments:

LinkWithin