Hi..Wendy Elizabeth,
<SCRIPT language=JavaScript>
var message="Sorry, that function is disabled.";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
</SCRIPT>
Thanks
Sandeep
www.autonomysystems.com
> I want to be able to hide the source code from people when they are on the
> internet using my vbscript (classic asp) application. The part I do not want
[quoted text clipped - 4 lines]
> application if you could show me how to do this.
> Thanks!
Wendy Elizabeth - 09 Apr 2007 14:26 GMT
Sandeep:
These are static values that are on the vbscript page. There is not event
that will keep these values from not displaying. What would you do if you do
not want these events to show?
Thanks,
Wendy Elizabeth
> Hi..Wendy Elizabeth,
>
[quoted text clipped - 34 lines]
> > application if you could show me how to do this.
> > Thanks!
Wendy Elizabeth - 09 Apr 2007 14:28 GMT
Sandeep:
These are static values. The display will always occur. What do I do so that
the values do not show up?
Thanks,
Wendy Elizabeth
> Hi..Wendy Elizabeth,
>
[quoted text clipped - 34 lines]
> > application if you could show me how to do this.
> > Thanks!