[thelist] Adressing field values through the DOM

Lindsay Evans lindsay at redsquare.com.au
Thu Nov 21 16:17:00 CST 2002


> 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

--
 Lindsay Evans.
 Developer,
 Red Square Productions.

 [p] 8596.4000
 [f] 8596.4001
 [w] www.redsquare.com.au




More information about the thelist mailing list