As my question says, how to prevent a user from typing non-numeric characters in the input field? Like e.g when they attempt to type alphabets or special characters, the cursor won't move at all inside the input field?
<input id="1stfield" name="1stfield" value="" readonly/>
 
     
    