30-10-2009, 17:52
Sitenize ekleyeceğiniz kod:
PHP 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>