In the Windows SDK there was a method to add extra (hidden) data to each listbox item, LB_SETITEMDATA. It was very useful, i.e. you could associate an index number with the item.
Using HTML's drop-down list and JavaScript, I was hoping there might be a similar feature.