MarvinManuel
Programmer
Hello,
I want to ask on how to get the value of a cell in an HTML table using javascript.
I have this code but is not working:
var Table1 = document.getElementById('tblGrade');
s = Table1.rows[0].cells[0];
thanks in advance...
I want to ask on how to get the value of a cell in an HTML table using javascript.
I have this code but is not working:
var Table1 = document.getElementById('tblGrade');
s = Table1.rows[0].cells[0];
thanks in advance...