Archerman
|
| Posted: 06/08/2002, 11:47 AM |
|
I am building a CodeCharge application which needs to have a textbox field autofill its contents as the user types with the name of the user referenced from a table of 300 previously registered users. Does anybody have any idea of code implementation for such an application? I assume it would be done in Javascript.
|
|
|
 |
parsam
|
| Posted: 06/08/2002, 1:24 PM |
|
convert the textbox to listbox and load the data from table for selection.
|
|
|
 |
Archerman
|
| Posted: 06/08/2002, 4:50 PM |
|
The client wants a auto-search and fill because there are too many (300) entries to use a list box. Thanks for the reply though.
|
|
|
 |
Ken Hardwick
|
| Posted: 06/09/2002, 5:16 AM |
|
Check out... http://www.mattkruse.com/javascript/autocomplete/
I have used this in conjunction with a list box and works great...
|
|
|
 |