PVP SERVERLER FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.
PVP SERVERLER FORUM

You are not connected. Please login or register

Java ile Sağ tuş engelleme

Go down  Message [Page 1 of 1]

1Java ile Sağ tuş engelleme Empty Java ile Sağ tuş engelleme Sun Mar 28, 2010 9:42 am

Chun Chu

Chun Chu
Vip Üye
Vip Üye

Code:
<script language="Javascript1.2">

<!--

// please keep these lines on when you copy the source

// made by: Nicolas - http://www.javascript-page.com



var mymessage = "--- Zilli.Org ---";



function rtclickcheck(keyp){

  if (navigator.appName == "Netscape" && keyp.which == 3) {

    alert(mymessage);

    return false;

  }



  if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {

    alert(mymessage);

    return false;

  }

}



document.onmousedown = rtclickcheck

//-->

</script>

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum