javascript thread: Is there such thing as a RightClick event ??
Hi
I use this to stop the casual user from copying my images etc. It is tied
to the right click. Not sure if it's what you are after.
function click() { if (event.button==2) {alert('Nothing of interest
here') } } document.onmousedown=click
Regs
Andy Green
> I want to display a menu when the user right clicks on a select option
> list.
>
> There doesn't seem to be any rightclick event on the DOM.
|





