[thelist] Form generated in JS doesn't work in IE

kasimir-k kasimir.k.lists at gmail.com
Thu May 29 14:48:45 CDT 2008


> kasimir-k wrote:
>> var myOption = new Option(myArray[i], i);

Chris Price scribeva in 2008-05-29 16:33:
> Can you explain this because I'm just ending up with a blank form - 
> unless I'm misunderstanding you.

Yes, sorry, you still need to do this:

mySelect.appendChild(myOption);

.k



More information about the thelist mailing list