Re: How do they disable this feature?

by Gary Lowe <gslowe(at)bellsouth.net> (by way of "Write Now, Inc." <writer(at)jlc.net>)

 Date:  Mon, 27 Dec 1999 21:26:42 -0500
 To:  hwg-graphics(at)hwg.org
  todo: View Thread, Original
Thanks to Gary Lowe for the java script...

dana
**********************

<!-- Begin
function right(e) {
function right(e) {
var msg = "Sorry, you don't have permission to right-click.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = right;
// End -->
</SCRIPT>

HWG: hwg-graphics mailing list archives, maintained by Webmasters @ IWA