Hallo Anton,
Jetzt kommt:
aForm.elements['anzahlNeu[]'].length ist Null oder kein Objekt
Da fehlt ein .value, Du willst ja die Länge des Strings wissen:
aForm.elements['anzahlNeu[]'].value.length
Grüße
Andreas
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)