View Single Post
Old 08-27-2009, 01:09 PM   PM User | #1
AshtonHogan
New to the CF scene

 
Join Date: Aug 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
AshtonHogan is an unknown quantity at this point
Cell Coordinates & InnerText

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.
AshtonHogan is offline   Reply With Quote