Hi everybody,
I have a form with a number of textboxes. In the one textbox the user must enter a positive number. I validate the input for a positive number using the onChange event procedure.
It all works fine, except that the cursor is in another textbox after the validation message. How can I get the cursor back into the textbox that triggered the validation?
Thanks,
Jan
I have a form with a number of textboxes. In the one textbox the user must enter a positive number. I validate the input for a positive number using the onChange event procedure.
It all works fine, except that the cursor is in another textbox after the validation message. How can I get the cursor back into the textbox that triggered the validation?
Thanks,
Jan