Hi,
echo "<input type='text' name='Name[$i]' value='Name_$i'>";
derzeit wollte ich nur mal das Feld mit der ID 0 im Array überprüfen.
Bitte verwechsle id nicht mit name.
Funktioniert aber nicht. Obwohl ich in der Form auch name="Form" angegeben habe.
Der von dir gewählte Elementname enthält Zeichen, die in JavaScript Sonderbedeutung haben - [ und ].
Also musst du eine andere Zugriffsmethode wählen,
http://de.selfhtml.org/javascript/objekte/elements.htm#allgemeines
- Schema 4.
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]