Right mouse button switch off



Switching the right mouse button off is done by the following Script. In the Head section of the HTML file located it makes it more difficult at least stealing source code.

Sourcecode:

<script language="JavaScript">
<!--function click(evt) {
if (navigator.appName.indexOf("Microsoft") != -1){
if (event.button==2) {
alert('Error - Sourcecode is not available');
return false
};
};
if (navigator.appName.indexOf("Netscape") != -1) {
if ( evt.which == 3 ) {
alert('Error - Sourcecode is not available');
return false
};
};
};
if (navigator.appName.indexOf("Netscape") != -1) {
document.captureEvents( Event.MOUSEDOWN )
};
document.onmousedown = click;

// -->
</script>

Since this protection on this side is activated, here is the text here as Zip file for downloading. range theft, one explains here. zum Downloaden.

There are simple ways against bandwidth stealing!, here is the explanation.



© Ulrich Hoffmann 2003