I want to get each cell value from an HTML table using JavaScript when pressing submit button.
How to get HTML table cell values?
You can also use the DOM way to obtain the cell value: Cells[0].firstChild.data
Read more on that in my post at http://js-code.blogspot.com/2009/03/how-to-change-html-table-cell-value.html