Try right clicking on this picture!

Right Click Disabled

This is the java script for this feature:

<script language="JavaScript">

var msg="Right Click Disabled!";
function disableIE() {if (document.all) {alert(msg);return false;}
}
function disableNS(e) {
if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(msg);return false;}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);document.onmousedown=disableNS;
} else {
document.onmouseup=disableNS;document.oncontextmenu=disableIE;
}
document.oncontextmenu=new Function("alert(msg);return false")

</script>

Comments or Problems?

These web pages will look best when viewed with a screen resolution of at least 800 x 600.

Do you have a question or need assistance?  What other things would you like to see here?  Would you like to see more about any of these topics?  Is there something else that you would enjoy looking at?

Drop us a line">

This page and all contents © 1999 - 2010 by Computech Information Service, Tacoma Washington USA. All rights reserved.
This page was updated on Sunday, June 24, 2012 at 01:03 AM