Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Is there such thing as a RightClick event ??


Message #1 by "Chris Rumsey" <chris.rumsey@s...> on Wed, 6 Mar 2002 15:37:53
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.

  Return to Index