Hi,
while generating the table give ids to the tds, id value should be like rownumber_columnnumber or any other format so that you can identing tds uniquely and scan through all the tds.
Loop through the tds using javascript and use the childNodes attribute to get the input element reference, check the value of the input element if value is available append it to the string in the format you've mentioned.
Hope it gives a start to you.
Regards,
Rakesh
- Rakesh
|