Click to See Complete Forum and Search --> : onRightClick


Lion
01-29-2007, 02:26 PM
I want to have the value of a field disappear on right click, but not on left click.

Is this possible?

Thanks.

rock
01-29-2007, 05:23 PM
You're talking about JavaScript, right? I don't think there is an "onRightClick" event. Instead you need to use "onContextMenu". Then you just need to write code for that event.