• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Duyuru

Gizle
No announcement yet.

Sağ tıklamayı iptal etmek - No rightclick

Gizle
X
 
  • Filtrele
  • Zaman
  • Göster
Hepsini Sil
new posts

  • Sağ tıklamayı iptal etmek - No rightclick

    Sağ tıklamayı iptal etmek - No rightclick

    >> DEMO <<


    Kod:
    <SCRIPT LANGUAGE="JavaScript1.1">
    <!-- Begin
    function right(e) {
    var msg = "Bunun icin yetkiniz yok (-:";
    if (navigator.appName == 'Netscape' && e.which == 3) {
    alert(msg); 
    return false;
    }
    else
    if (navigator.appName == 'Microsoft Internet Explorer' &&
    event.button==2) {
    alert(msg); 
    return false;
    }
    return true;
    }
    document.onmousedown = right;
    // End -->
    </SCRIPT>
Hazırlanıyor...
X