I have a field ' sessionid' of type text in an html form. I want the user to enter only numbers ranging 1-12 and no more. if 0 or 13 e.t.c is entered an error is returned.
Here's the html form
Session Id
</td>
<td>
<input type="text" name="session id" />
Thanks.Please Help.