I want to have the value of a field disappear on right click, but not on left click.
Is this possible?
Thanks.
Printable View
I want to have the value of a field disappear on right click, but not on left click.
Is this possible?
Thanks.
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.