Results 1 to 1 of 1
Hi there!!! I want to access a bidimensional array in a form from javaScript, but I do not know how to do that. this is the form
Code:
<td><input type="text" ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-08-2012 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 85
acces bidimensional array data form from JavaScript
Hi there!!! I want to access a bidimensional array in a form from javaScript, but I do not know how to do that. this is the form
As you can see, it is PHP code that generates several input form. What I want to get is the array "tn" in JavaScript, because I need to check that the text is not emptyCode:<td><input type="text" name="tn['.$elem['id'].'][]" value="'.$elem['name'].'" /> </td>
thanks a lot!


Reply With Quote
