-->
Iklan

anti klik kanan

Posted by sunariyo on Wednesday, February 9, 2011

untuk bikin anti klik kanan pada blog kamu caranya tinggal copy paste kode dbawah ini dan simpan d widget km---> html/javascript

or edit html--->letakkan kode ini d atas </head>

<script type="text/javascript">
// no right klick
var msg = "OopSs..[anti klik kanan by alonemisery ]!!";
/////////////////////////////////////////////////////////
function clickIE4()
{if (event.button == 2)
{alert(msg);
return false;
}
}
function clickNS4(e)
{if (document.layers || document.getElementById &amp;&amp; ! document.all)
{if (e.which == 2 || e.which == 3)
{alert(msg);
return false;
}
}
}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = clickNS4;
}
else if (document.all &amp;&amp; ! document.getElementById)
{document.onmousedown = clickIE4;
}
document.oncontextmenu = new Function("alert(msg);top.location.href = 'http://alonemisery.blogspot.com';return false");
</script>

Previous
« Prev Post

Related Posts

12:22 AM

0 komentar:

Post a Comment