<input> type erlaubte zeichen
Verfasst: 05.09.2005, 22:21
Hallo,
kann ich die Zeichen in einem Feld <input> auch selber bestimmen?
<input type="Int" name="plz" maxlength="5" />
da ist das komma aber auch noch erlaubt....
habe mir das so gedacht.. oder ähnlich
<input type="[0-9]" name="plz" maxlength="5" />
Wenn es geht ohne JS.
danke schon mal....
kann ich die Zeichen in einem Feld <input> auch selber bestimmen?
<input type="Int" name="plz" maxlength="5" />
da ist das komma aber auch noch erlaubt....
habe mir das so gedacht.. oder ähnlich
<input type="[0-9]" name="plz" maxlength="5" />
Wenn es geht ohne JS.
danke schon mal....