![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am trying to pass a js array ,Round1[], to a form and send it. I can get it to work with serialized values but I want to send the data as an array. The arrays are filled with data. I am getting an error. in the JS: document.forms['aJaX'].Result1[].value = Round1[]; document.forms['aJaX'].Result2[].value = Round2[]; document.forms['aJaX'].Result3[].value = Round3[]; document.forms['aJaX'].Result4[].value = Round4[]; document.forms['aJaX'].Region.value = Region; document.forms['aJaX'].submit();} In The Form form name="aJaX" method="POST" action="saveteams.php" style="position:absolute" input type="hidden" name="Result1[]" value="" |
#3
| |||
| |||
|
|
Hello, I am trying to pass a js array ,Round1[], |
|
to a form and send it. I can get it to work with serialized values but I want to send the data as an array. The arrays are filled with data. I am getting an error. in the JS: |
|
document.forms['aJaX'].Result1[].value = Round1[]; |
![]() |
| Thread Tools | |
| Display Modes | |
| |