Arjen <> writes:
> IE 6 does not return the value of a dynamic option list. Mozilla
> performs fine. How can I get the value of a choice in IE?
>
> Simple example below. Option list is filled with first element of
> array store.
Try:
> diktelijst.options.length = null;
... = 0;
and:
> diktelijst.options[i] = new Option(list[i][0]);
... = new Option(list[i][0], list[i][0]);
/L
--
Lasse Reichstein Nielsen -
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'