This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - dropdown error in IE8

fizze - Friday, July 15, 2011 10:17 PM:

I created a dropdown and set a option with javascript method:

var opts = document.getElementById('dropdown0');
var optn = document.createElement("OPTION");
optn.text = 'A';
optn.value = 'A';
opts.options.add(optn, 0);

Please help me for this ploblem