Hi...
i have an edit box that must take only integers...
Is it possible to do it useing javascript???
currently when a user types anything that is not an integer and click on the submit button it displays a message saying that must type only integers... but i dont want to do it that way, i want to not allow the user to enter letters... or even when the user stop typing letters the edit box will display an error message...? is that possible
Any help will be appreciated
Thanks in advance.
i have an edit box that must take only integers...
Is it possible to do it useing javascript???
currently when a user types anything that is not an integer and click on the submit button it displays a message saying that must type only integers... but i dont want to do it that way, i want to not allow the user to enter letters... or even when the user stop typing letters the edit box will display an error message...? is that possible
Any help will be appreciated
Thanks in advance.