Try right clicking on this picture!

You Can't Touch This

This is the java script for this feature:

<script language="JavaScript">

var msg="You Can't Touch This!";
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">

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, share your comments and send us your ideas using our handy Feedback form, or send some Email and to us know what you think!

This page and all contents © 1999 - 2009 by Computech Information Service, Tacoma Washington USA. All rights reserved.
This page was updated on Thursday, December 03, 2009 at 10:47 PM