waskelton4
02-05-2003, 09:38 AM
Hello Forum,
I'm looking for a script that i hope you can help me with here..
I have a form where users will need to choose items from a list, generally two or three, but the list is rather long so a multi-list form element won't work that well. (not with these users at least)
some of the entries that they users will be making also might not be in the database so they'll need to be added..
What i'd like to do is have about 5 text boxes and when the users begin typing into the text boxes.. the script searches (through an array pulled from the database i suppose) and completes what they are typing.. if they end up typing a word that isn't in the array.. then i'll add it to the database for next time..
anyone know of a script out there that i might be able to adapt to suit my needs.. i'm not that great of a javascript programmer so i'm not sure that i could do this from scratch, but i can probably modify one to do what i need to..
Thanks
Will
I'm looking for a script that i hope you can help me with here..
I have a form where users will need to choose items from a list, generally two or three, but the list is rather long so a multi-list form element won't work that well. (not with these users at least)
some of the entries that they users will be making also might not be in the database so they'll need to be added..
What i'd like to do is have about 5 text boxes and when the users begin typing into the text boxes.. the script searches (through an array pulled from the database i suppose) and completes what they are typing.. if they end up typing a word that isn't in the array.. then i'll add it to the database for next time..
anyone know of a script out there that i might be able to adapt to suit my needs.. i'm not that great of a javascript programmer so i'm not sure that i could do this from scratch, but i can probably modify one to do what i need to..
Thanks
Will