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



 
AnasayfaAnasayfa  Latest imagesLatest images  Kayıt OlKayıt Ol  Giriş yapGiriş yap  

 

 Uyarisiz SagTus Engeli

Aşağa gitmek 
YazarMesaj
ultrAslan




Erkek Mesaj Sayısı : 87
Yaş : 37
Hangi Takimi Tutuyorsun : Galatasaray
Kayıt tarihi : 13/06/08

Uyarisiz SagTus Engeli Empty
MesajKonu: Uyarisiz SagTus Engeli   Uyarisiz SagTus Engeli I_icon_minitimePaz Ağus. 03, 2008 6:50 pm

Arrow uyarisiz sag tus engeli

Kod:
<script language=Javascript1.2>

if (window.Event) // Only Netscape will have the CAPITAL E.
  document.captureEvents(Event.MOUSEUP); // catch the mouse up event
function nocontextmenu()  // this function only applies to IE4, ignored otherwise.
{
  event.cancelBubble = true
  event.returnValue = false;
  return false;
}
function norightclick(e)  // This function is used by all others
{
  if (window.Event)  // again, IE or NAV?
  {
      if (e.which == 2 || e.which == 3)
        return false;
  }
  else
      if (event.button == 2 || event.button == 3)
      {
        event.cancelBubble = true
        event.returnValue = false;
        return false;
      }
 
}
document.oncontextmenu = nocontextmenu;      // for IE5+
document.onmousedown = norightclick;      // for all others
</script>
Sayfa başına dön Aşağa gitmek
http://ua1905ua.forummum.com/
 
Uyarisiz SagTus Engeli
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
ua1905ua :: Webmaster Siten Icin Ne Ararsan :: Html Kodlari-
Buraya geçin: