posted 19 years ago
Hi,
I have problem like this. I am not able to disable mouse right click in a input text area i was successfull making right click disable on browser window but the same is not working within text field. I want to avoid the user changing the content of text field.
For this i am using
<input type="text" name="field1" value="Hello" onfocus="this.blur()">
This will work for left click but I want avoid the user changing the field value using edit menu (cut,copy,paste) by right click in the text field.
Thanx in advance..
Regards
Saravanan