I have a form with 5 different fields that require the user to enter a valid name-code. [The valid codes are stored in a SQL database (about 150)].
I do not want to build 5 <SELECT>'s with 5x150 <OPTION> lists.
Of course it is possible to enter 5 codes first, and do the validation after pressing SUBMIT, but this is less-user friendly.
So i suppose i look for something that is checking the entered code whenever the user is leaving the field. If the code is wrong, a list is presented....
I also like to have the check client-side.
br
Gerard
(-:
Better a known bug then a new release.
I do not want to build 5 <SELECT>'s with 5x150 <OPTION> lists.
Of course it is possible to enter 5 codes first, and do the validation after pressing SUBMIT, but this is less-user friendly.
So i suppose i look for something that is checking the entered code whenever the user is leaving the field. If the code is wrong, a list is presented....
I also like to have the check client-side.
br
Gerard
(-:
Better a known bug then a new release.