Share this topic on Del.icio.usShare this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on SlashdotShare this topic on StumbleUponShare this topic on TechnoratiShare this topic on TwitterShare this topic on YahooShare this topic on Google buzz

Author Topic: anti klik kanan  (Read 1327 times)

0 Members and 1 Guest are viewing this topic.

Offline wyvern

  • Developer IF
  • *
  • Posts: 450
  • Reputasi: 18

  • Aktivitas bulan ini
    0%
    • vern blog
anti klik kanan
« on: 20 December 2007, 13:33:08 »
ni code(pake java script) biar web qta gak bisa di klik kanan...
Code: [Select]
<SCRIPT language=JavaScript>
<!--
var message="Protegido";
///////////////////////////////////
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;}
// -->
</SCRIPT>

Forum Informatika

anti klik kanan
« on: 20 December 2007, 13:33:08 »
Sponsored Links: