On Mon, 26 Mar 2007 18:17:06 +0200, Bubba <ar*****@yahoo.comwrote:
oList.options[oList.options.length] = new Option(aArray[i + 1],
aArray[i + 2]);
This line states that every option will have both a text and an associated
value. I didn't read that deep into the code, but if that associated value
is a numeral, that's also what your form will submit.
To overcome, change it into this:
oList.options[oList.options.length] = new Option(aArray[i + 1]);
--
Using Opera's revolutionary e-mail client:
http://www.opera.com/mail/