<snip>
>When I write <input type=text name=myfield[]... > then I can see values
>in PHP sccript, BUT can't see values in javascript mode, thats to say
>document.form.myfield[index].value doesnt work.
>On the other side, when I make <input type=text name=myfield....> I can
>see indexed values in Javascript BUT not in PHP script.
</snip>
I use the following in my javascript to work with the field[] values:
this.form.elements['addzone[]']
HTH,
Brett
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]