Click to See Complete Forum and Search --> : limit the typed characters in a text field


Goneni
11-25-2009, 09:45 AM
Hi guys,
Is there a way to define a text input field such that the acceptable characters are limited, for example to {0-9, "-", ",",), or any other group of charecters ?

Thanks,
Goneni

Fang
11-25-2009, 10:35 AM
Only with JavaScript, not in html

Goneni
11-26-2009, 12:00 AM
Thanks !

Goneni