I need to have a textbox, where, whenever typed inside should ONLY allow numbers [0-9]. I\'ve used type=\"number\" which definitely holds the client side valida
type=\"number\"
Browsers behave differently. In Chrome the following code:
will work for you only if it is in a form and only after the user clicks the submit button.