Forum'da ara:
Ara


Yazar Mesaj
Mesaj24.09.2008, 13:56 (UTC)    
Mesaj konusu: sağ tık engeli hakkında ?

SAĞ TIKLAYARAK REİMLERİN KOPYALANMASINI NASIL ENGELLEYEBİLİRİM


En son farklibahcesi45 tarafından 24.09.2008 17:35:28 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj24.09.2008, 14:10 (UTC)    
Mesaj konusu:

Kod:
<script language=JavaScript>
<!--
   if ( window.Event )
      document.captureEvents( Event.MOUSEUP );

   function nocontextmenu()
   {
      event.cancelBubble = true, event.returnValue = false;
      return false;
   }

   function norightclick( e )
   {
      if ( window.Event )
      {
         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;
      }
   }

   if ( document.layers )
      document.captureEvents( Event.MOUSEDOWN );

   document.oncontextmenu = nocontextmenu;
   document.onmousedown = norightclick;
   document.onmouseup = norightclick;

   function notaccept(e)
   {
      return false;
   }

   document.onmousedown = notaccept;
   document.onselectstart = new Function( "return false" );
// -->
    </script></div>

______________
Arrow HTLMKOD PAYLAŞIM MERKEZİ
Arrow HER HAFTA GÜNCELLENEN SİTEMİZDE
Arrow GÖRÜŞ VE İSTEKLERİNİZİ BEKLİYORUZ Idea www.htlmkod-merkezi.tr.gg Idea


Mesaj24.09.2008, 14:17 (UTC)    
Mesaj konusu:

veya ekstralar ekstra ekle sağ tık engelle Wink
______________
Mesaj24.09.2008, 17:32 (UTC)    
Mesaj konusu:

Merhaba,
Sitenizdeki resimleri Javascript'den tam olarak yararlanarak korumak için inceleyiniz..
http://www.bedava-sitem.com/forum/viewtopic.php?t=29313&highlight=koruma
İyi eğlenceler..
Wink
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu