mansour77
07-09-2007, 12:06 AM
I am trying to write an ajax code that will take the whole row from a table an put it in a form element then submit that form. The problem is I am not able to get the correct inputs when I use getElementByID ('row_id') and do a clone for that row. The values in the inputs in the ROW are the default when the page was loaded. Can any one give me a tip on this?