Hi,
<form name="myform">
<input type="hidden" name="name[a]" value="1" />
<input type="hidden" name="name[b]" value="2" />
<input type="hidden" name="other[a]" value="1" />
<input type="hidden" name="other[b]" value="2" />
</form>
var data = document.forms['myform'].elements['name'];
Ausser einem undefined bekomme ich aber kein brauchbares Ergebnis.
Natürlich. *Keines* der gezeigten Inputfelder hat den Namen "name".
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.
Light travels faster than sound - that's why most people appear bright until you hear them speak.