I have a placed a table in a form. The table behaves like a grid reading data to and from a javascript array.
The problem I have is when the form is submitted how can I get the browser to create a post string from the array rather than from the form.
I idea I have is to dynamical add hidden elements to the form for each item of data in the array. Then add data from the array into the hidden elements. I have not tried this yet so I do not know if it will work.
Any idea's for a simple method.
The problem I have is when the form is submitted how can I get the browser to create a post string from the array rather than from the form.
I idea I have is to dynamical add hidden elements to the form for each item of data in the array. Then add data from the array into the hidden elements. I have not tried this yet so I do not know if it will work.
Any idea's for a simple method.