• 16-03-2009, 16:46:10
    #1
    Sürükleme yasağı kodu lazımdır . Bulan varsa burdan yazarlarsa sevinirim.
  • 17-03-2009, 13:21:58
    #2
    Bulan gören duyan?
  • 17-03-2009, 13:23:57
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    sürüklenmesini istemediğin şey ne??
  • 17-03-2009, 14:54:00
    #4
    kardeşim sadece imzama bakma o site hariç birsürü sitem var.
  • 17-03-2009, 14:59:43
    #5
    Üyeliği durduruldu
    Buyur
    <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>
  • 17-03-2009, 15:07:59
    #6
    Kardeşim o sağ tuş kilitleme ben sürükleme sürükle bırak varya hani onu yasaklamak istiyorum yani adamlar mause ile yazıyı seçecek sonra ctrl c yapıp kopyalayacak onu engellemeyi istiyorum.
  • 17-03-2009, 15:18:26
    #7
    <SCRIPT type="text/javascript">
    if (typeof document.onselectstart!="undefined") {
    document.onselectstart=new Function ("return false");
    }
    else{
    document.onmousedown=new Function ("return false");
    document.onmouseup=new Function ("return true");
    }
    </SCRIPT>
  • 17-03-2009, 15:43:25
    #8
    Olmuyor
  • 18-03-2009, 01:43:04
    #9
    netadam adlı üyeden alıntı: mesajı görüntüle
    Olmuyor
    daha cok beceremiyorsun gibi geldi bana 2 defa 2 ayrı makinada denedim calısıyor kod?