sağ tuş yasaklama

<****** language=JavaScript>curPage=1; document.oncontextmenu = ********(){return false} if(document.layers) { window.captureEvents(Event.MOUSEDOWN); window.onmousedown = ********(e){ if(e.target==document)return false; } } else { document.onmousedown = ********(){return false} }</******>

Devamı