Hi,
in my textboxes, I want to prevent users from entering values higher or lower than what I want (for example: minimum 1800, maximum 4999)
At the same time, I want to check that no other characters but numbers are entered.
When either one of these conditions is not met, I want to display an alert with the appropriate text.
Any suggestions?
Thanks,
James
in my textboxes, I want to prevent users from entering values higher or lower than what I want (for example: minimum 1800, maximum 4999)
At the same time, I want to check that no other characters but numbers are entered.
When either one of these conditions is not met, I want to display an alert with the appropriate text.
Any suggestions?
Thanks,
James