function NoRightClick(evnt) { if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) { if (evnt.which == 3){ alert("SORRY..cant take pics out of context"); return false; } } else if (event.button==2) alert("SORRY..cant take pics out of context"); } document.onmousedown = NoRightClick;
OMANA & RAJU
Hosted by www.Geocities.ws

1