• 13-07-2008, 15:52:37
    #10
    Kimlik doğrulama veya yönetimden onay bekliyor.
    kodu nereye ekliyoruz?
  • 13-07-2008, 15:55:40
    #11
    Kimlik doğrulama veya yönetimden onay bekliyor.
    ChaWusH adlı üyeden alıntı: mesajı görüntüle
    kodu nereye ekliyoruz?
    sayfa öğesi ekle/java-html
  • 13-07-2008, 15:58:12
    #12
    teşekkürler deneyeyim.
  • 13-07-2008, 16:28:45
    #13
    Misafir
    kurtulus923 adlı üyeden alıntı: mesajı görüntüle
    sayfa öğesi ekle/java-html
    </body> tagından önce ekledim bende
  • 13-07-2008, 17:16:43
    #14
    GosuNinja adlı üyeden alıntı: mesajı görüntüle
    <script language='JavaScript1.2'>  
      
    //Disable select-text script (IE4+, NS6+)- By Andy Scott
    //Exclusive permission granted to Dynamic Drive to feature script
    //Visit http://www.dynamicdrive.com for this script 
      
    function disableselect(e){
    return false
    } 
      
    function reEnable(){
    return true
    } 
      
    //if IE4+
    document.onselectstart=new Function (&quot;return false&quot;) 
      
    //if NS6
    if (window.sidebar){
    document.onmousedown=disableselect
    document.onclick=reEnable
    }
    </script> 
                    <script language='JavaScript'>curPage=1;
    document.oncontextmenu = function(){return false}
    if(document.layers) {
        window.captureEvents(Event.MOUSEDOWN);
        window.onmousedown = function(e){
            if(e.target==document)return false;
        }
    }
    else {
        document.onmousedown = function(){return false}
    }</script>
    bnm kulladıgım bu süper calısıo , sağ tık engelliyo bide yazı falan seçilmiyo
    teşekkürler çalışıyor.
  • 14-07-2008, 01:13:35
    #15
    firefox ta da çalışıyor mu?
    bunları wp ye ekleyebilir miyiz?
    teşekkürler..
  • 14-07-2008, 01:16:08
    #16
    Teşekkürler sabah ekliyeyim
  • 14-07-2008, 11:45:32
    #17
    Buda Sol Tuş Engelleme Belki Lazım Olur

    <!-- YAZILARIN KOPYALANMASINI ENGELLEYEN KOD -->
    <script language="javascript" src="includes/default_javascript.js" type="text/javascript"></script>
    <script language="JavaScript1.2">
    
    //Disable select-text script (IE4+, NS6+)- By Andy Scott
    //Exclusive permission granted to Dynamic Drive to feature script
    //Visit http://www.dynamicdrive.com for this script
    
    function disableselect(e){
    return false
    }
    
    function reEnable(){
    return true
    }
    
    //if IE4+
    document.onselectstart=new Function ("return false")
    
    //if NS6
    if (window.sidebar){
    document.onmousedown=disableselect
    document.onclick=reEnable
    }
    </script>
    <!-- YAZILARIN KOPYALANMASINI ENGELLEYEN KOD SONU -->
  • 29-08-2008, 17:37:43
    #18
    Kimlik doğrulama veya yönetimden onay bekliyor.
    güzel bir paylasım olmus tesekkurler.