Entry
How can I submit dynamically created rows in a table with my form?
May 3rd, 2002 19:18
Jean-Bernard Valentaten, Mark Paschal, cheeky boswell,
Mark Paschal wrote:
>If the table is inside the form, they will submit.
Well this is not entirely correct.
The table itself, or any table row or column contained in it won't be
submitted nor will it's description. But any input of any type (button,
radio, select, textarea etc.) that are contained in a table (or any of
its rows or columns) which is inside a form, will be submitted.
So if you have dynammically created rows, containing input-tags, those
will be submitted.