Mesaj Sayısı : 1316 Yaş : 29 Nerden : Kocaeli İş/Hobiler : Bilgisayar / İnternet / Öğrenci Takımınız : !.. GaLaTaSaRaY ..! Uğurlu Sayınız : Kayıt tarihi : 23/01/09
Konu: Sag Tus Yasağı C.tesi Ocak 31, 2009 9:37 am
Sağ tuş yasağı için; header adlı templatenin en altına ekle;
PHP- Kodu:
<script language=Javascript1.2> <!-- // please keep these lines on when you copy the source // made by: AlPeReN - http://kalmania.net var mymessage = " Sağ Tuş İşlemez "; 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> ?>