I java we can retrieve values of a table in any column using tablename.getValue(row,column) method.How can we get the same
in an HTML table using javascript
i would add id to the <td> and use those id to retrieve the innerHTML afterwards
if it doesn't work i would use <span> in the <td>
both are only ie compliant tho
but it's a bit heavy and i guess there might be a more elegant solution
hope someone else will help ... !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.