Hey Gang,
I am searching with no success to try to find information on how to reference a table cell via JavaScript. I know it can be done, I just haven't been able to find it.
I want to write a function that writes to a particular table cell:
var tableCell = [REFERENCE TO TABLE CELL].value;
tableCell = document.write("Cool this works!"
Any suggestions?
- MT
I am searching with no success to try to find information on how to reference a table cell via JavaScript. I know it can be done, I just haven't been able to find it.
I want to write a function that writes to a particular table cell:
var tableCell = [REFERENCE TO TABLE CELL].value;
tableCell = document.write("Cool this works!"
Any suggestions?
- MT