I have text fields in my form with the same name. I can reference the
value of these fields in IE 6.0 like with
document.form.f ield[i].value. However, netscape 4.7 seems to croak.
Why? What is the equivalent way to get the value in netscape 4.7.
value of these fields in IE 6.0 like with
document.form.f ield[i].value. However, netscape 4.7 seems to croak.
Why? What is the equivalent way to get the value in netscape 4.7.
Comment