Hi,
I would like to SET input areas with cell data. The problem I'm having, however, is that I cannot find a way to get a specific cell's content.
I would like something like this:
Code:
var x=1;
var y=2;
inputArea ABC = document.getElementById("MYTABLE")[x][y].innerText;
I've been searching for hours on this, if someone could help I'd really appreciate it!
Thanks a lot,
Ashton.