Blackdream Yönetici
Zodyak : Mesaj Sayısı : 56296 Yaş : 36 Nereden : Bursa İş : Makine Teknikeri Kayıt tarihi : 24/01/08 Rep Puanı : 28 Rep Puanı : 232054
| Konu: Sağ Tuş Ve Kopyalama Yasağı; Cuma Tem. 24, 2009 2:22 pm | |
| - Kod:
-
<script> window.document.body.oncontextmenu = cncl; window.document.body.onselectstart = cncl; window.document.body.ondragstart = cncl; function cncl(){ if(window.event && window.event.returnValue) window.event.returnValue = false; return false; } </script> | |
|