Greetings,How can I prevent to paste a value in a field in web based application…Is there any possibilities…
Thanks,
Panther
Greetings,How can I prevent to paste a value in a field in web based application…Is there any possibilities…
Thanks,
Panther
Subject: Prevent to paste a value in a field
I searched a bit on Google and it doesn’t look good.
What exactly are you trying to prevent them from doing?
Subject: RE: Prevent to paste a value in a field
Hi,I am have number field I want to to prevent to enter text values.
I can validate this numeric field on click of button and on field itself.
User can’t enter any text, but they can copy text from other field and can paste in the number field, So I wanted to prevent paste any value in this number field.
Is there any clue…
Subject: RE: Prevent to paste a value in a field
I suggest seraching Google and I don’t expect you’ll find much help.
Your best bet is an onChange event that will validate/clear the field on bad data.
Subject: RE: Prevent to paste a value in a field
What the (expletive) is wrong with the onsubmit? Why yell at the user simply because they’re entering data in an order that you find offensive in the privacy of their own browser?
Subject: Prevent to paste a value in a field