oyunsovalyesi
  sağ tuş kilidi html
 
<script language="Javascript1.2"> 
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
 
var mymessage = "Üzgünüm Sağ Tuş Kullanmanız Engellenmiştir.";
 
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>
 
 
  Bugün 10 ziyaretçi (22 klik) kişi burdaydı!  
 
MySpace Codes Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol