Hi Fredrik, Fredrik Jonson wrote:
Thanks for your swift reply Demetrios. I would normally have used your solution - iterating through the options - but in this case I have several options without unique values, so that wont work.
Since the options contain duplicate values, Click won't know which Option was selected because HTML does not post the index of the option back to server (only the value is available). Your workaround looks like a good solution in this case :)
kind regards bob
