faqts : Computers : Programming : Languages : JavaScript : Forms

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 33 people (15%) answered Yes
Recently 2 of 10 people (20%) answered Yes

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.