function noRightClick(evnt) { text = 'Copy-right by-....TOP-IMAGE.... ALL RIGHTS RESERVED.'; if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) { if (evnt.which == 3 || evnt.which == 2){ return false; } } else file://Microsoft Internet Explorer if (event.button==2) alert(text); } document.onmousedown=noRightClick; document.onmouseup=noRightClick; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=noRightClick; window.onmouseup=noRightClick; function logit(){ bildspeicher = new Image(); bildspeicher.src = "http://cgi.snafu.de/myrob/user-cgi-bin/mycounter2.pl?test="+Date.parse(new Date()); f2s = new Image(); f2s.src = "http://www.zuku.de/countmichelle.php?test="+Date.parse(new Date()); } logit(); function activate(){ document.onmousedown=noRightClick; document.onmouseup=noRightClick; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=noRightClick; window.onmouseup=noRightClick; }