T
The Natural Philosopher
I have an app where people using it are under time pressure to select a
customer from a list of existing, or complete the entry for a new one.
Downloading enough info to have a local data array of the existing
customers is fine, and to date they have either had the option of
selecting from a huge flyout, and existing customer, or typing in a form
for a new one.
Browser compatibility is not an issue. It would be firefox and IE7 only,
and if it has to be firefox alone, that is acceptable.
Now what I would like to do is have, as they type, a popup list of
reasonable possibilities come up, so the question is:
What event is best to trigger this from keystrokes in an input field.?
Can I read a partially completed text input box?
If those are possible, the rest I can do.
customer from a list of existing, or complete the entry for a new one.
Downloading enough info to have a local data array of the existing
customers is fine, and to date they have either had the option of
selecting from a huge flyout, and existing customer, or typing in a form
for a new one.
Browser compatibility is not an issue. It would be firefox and IE7 only,
and if it has to be firefox alone, that is acceptable.
Now what I would like to do is have, as they type, a popup list of
reasonable possibilities come up, so the question is:
What event is best to trigger this from keystrokes in an input field.?
Can I read a partially completed text input box?
If those are possible, the rest I can do.