<****** language="Java******1.2"> <!-- // please keep these lines on when you copy the source // http://www.filanca.com var mymessage = "Üzgünüm Sag Tus Kullanmaniz Engellenmistir."; ******** 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 //--> </******>