I have a table where each row will represent a form. There could be over 25 rows in the table.
I need to post the rows that have a checkbox checked and get the results and display success of fail. I am posting to a site that I do not have any control over and they take one rows worth of data.
I tried this using IFrames and it seemed to work ok but not in IE7 without browser config changes which is not possible in my case.
I have figured out enough to get all the forms to submit but then how do I get the results.