Hi

I'm working with VB 6.0 and DHTML.

I populated a select at runtime with data from a database.

But now I want to know how to receive a selected data item.
If I doubleclick the selection I want to get back the selected item.
I tried it with the selectedIndex command, but I receive only the index position, but not the item value. With outerText I get a long string containing all item values.
At the moment I am deleting those items, which are not selected and then use the outerText command to get the item value, but there must be an easier way.

Can anyone help me?