Originally posted by Miguel Flecha:
Hi all. I'm using this Javascript code to move elementes among 2 tables.
The problem is that I want to submit the content of the second table, which is an array, but when I get the content of the form that field is null.
What am I doing wrong? This is the code...
First off When you say second table not submitting, I am assuming that the second table contains form elements that are being submitted. Second, is the second table within the form tags, if it is not, the elements are not included.
I am not sure what that code has to do with the submission problem. If that last part of the code that is not included in a function is not running, then you need to mkae that a function and call it onload.
Eric