jeudi 11 juin 2015

pattern for input type="text" with min and max number

how to write pattern for input type="text" (it can't be number and the validation can't be with JS) that allow me to enter only numbers, min:1 and max:5000?

    <input type="text" name="someName" id="someId" required pattern=""/>

Aucun commentaire:

Enregistrer un commentaire