paula dougherty
08-25-2006, 11:23 AM
Hi
See code below, I've built a table on the fly within a js function.
In another function I'm trying to get the value of a cell in a particular row on that table. I've retrieved the cell object but cannot get it's value ...
any ideas please ??
got the cell obbject by ..
var claimDate = parent.expenseDisplay.document.getElementById("row"+lineNo+"Date");
now I thought that the following would give the the data
var cdate = getObject(claimDate).value;
See code below, I've built a table on the fly within a js function.
In another function I'm trying to get the value of a cell in a particular row on that table. I've retrieved the cell object but cannot get it's value ...
any ideas please ??
got the cell obbject by ..
var claimDate = parent.expenseDisplay.document.getElementById("row"+lineNo+"Date");
now I thought that the following would give the the data
var cdate = getObject(claimDate).value;