I have 3 textboxes. Onkeyup, each individually initiates an ajax script for one autosuggestion box.
The problem, I have a script that fills in the value from the autosuggest box back into the textbox. The problem is my 'fill' script defines
one textbox, the first one, and won't fill in the result in the textbox that I was typing in. Thanks in advance