1 |
<input type="text" onkeypress="return event.charCode >= 48 && event.charCode <= 57" onblur="this.value = minmax(this.value, 1, 31);" > |
1 |
<input type="text" onkeypress="return event.charCode >= 48 && event.charCode <= 57" onblur="this.value = minmax(this.value, 1, 31);" > |