[thelist] Adressing field values through the DOM

Stephen Caudill SCaudill at municode.com
Thu Nov 21 16:28:00 CST 2002


Thank ya Lindsay,
  It still works in IE with brackets instead of Parens, but still does not work anywhere else....
Any other takers?

/me thumbs nose, bounces side to side

Stephen

> > document.forms['poparray'].elements['munipop'](i).value
>
> For a start, try changing (i) to [i]
>
> document.forms['poparray'].elements['munipop'][i].value
>
> AFAIK, using () to access array elements is an IE only thing




More information about the thelist mailing list