Posted by Janwillem Borleffs on 11/17/89 11:35
Shelly wrote:
> I want to force the user to type in text into a text field and not be
> able to paste in text. This is for confirmation fields.
>
> How can I do this?
>
Peter's solution would be my first choice, but if you really want to do
this, the only way is JavaScript, e.g.:
<input type="text" name="confirmemail" onpaste="return false" />
JW
Navigation:
[Reply to this message]
|