DHTML Combo

Hi,



How to preselect a result in dhtml combo auto complete mode.



For example.



‘A’ is typed in the dhtml combo



It will return



A1

A2

A3

A4



from the server.



i want to preselect A4 in the dhtml combo on loading

By default combo box select option from the list which has seelcted attribute


Some1
Some2
Some3



while such approach will work with any combo mode, it was not originally purposed for autocomplete mode.