quote:
Originally posted by Dempsey
btw it is possible using just html, you use the following code in the body tagcode:
oncontextmenu="return false"
when i do that i just get the words 'oncontextmenu="return false"' show up in the background of the webage.
the javascript works
.
is there a way to get it to work in firefox? the message saying function disabled appears but the right click menu just appers once u click 'OK', lol
theres
quote:
Originally posted by code
function clickNS4{
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
which id say is netscape? and theres another for IE AFAIK...whats the code for mozilla firefox?