Hello,
Is there anyway to make combo list in the HTML form ? By
using this "<select name ....></select>", the list only recognise
first keypress, but this is not good enought for user to select
the data from the list especially with long list.
Eg. the data in the list.
ABC
ADD
AZZ
BBA
BBD
....
What I want is when user enter "AD", the list will automatically
jump to "ADD".
Is this possible ? Please help.
Regards,
Is there anyway to make combo list in the HTML form ? By
using this "<select name ....></select>", the list only recognise
first keypress, but this is not good enought for user to select
the data from the list especially with long list.
Eg. the data in the list.
ABC
ADD
AZZ
BBA
BBD
....
What I want is when user enter "AD", the list will automatically
jump to "ADD".
Is this possible ? Please help.
Regards,
Comment