When i use the ComboBox, i cant access the value via JavaScript in IE7. Firefox everything is ok.
sample:
…
test
test
Clicking on test results in an error in IE7. txtKennzeichen is undefined
In IE , elements dynamically added to form can’t work the same as native ones, so in case of combo, while it is registered as part of form, it can’t be accessed in the same way as original select.
You can use
test