Possible Duplicate:
HTML Text Input allow only Numeric input
Here is example code
<input type="text" name="reg_no">
How to make this textfield to disallow user from putting other than number. When user put a character, there will be nothing appear on the textfield.