-
- Üyelik Tarihi
- 3 Nis 2008
-
- Mesajlar
- 2,499
-
- MFC Puanı
- 0
Kimimiz sitemizin içeriklerinin ögün kalmasını ister.Bunun için yapacağımız işlem basittir.Aşağıdaki kodu olduğu gibi header a ekleyin.
PHP:
<script type="text/javascript"> <!-- var error="Forum içerisinde sağ tuş fonksiyonu kapalıdır."; var error="enescakmak-MF Yetkilisi"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(error);return false") // --> </script>