hatırladığım kadarı ile bu tüm tarayıcılarda sorunsuzdu
<script type="text/javascript"> <!-- function reddet(e){ return false } function IE4tikla(){ if (event.button==2){ //hata mesajı; return false; } } function NS4tikla(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ //hata mesajı; return false; } } } document.oncontextmenu=new Function("return false") document.onmousedown=reddet document.onselectstart=new Function ("return false") //--> </script>