H
H.c.m. Raaijmaakers
Hi,
The user can create a dynamic table.
In every row are 5 input text boxes.
If the second text box gets a onblur event then the value of the third box
needs to become the value of the first text box minus the value of the
secons text box.
I have tried the next statement:
document.write(document.getelementbyid('table').rows.cells.item[j].firstchild.value);
the output is: undefined.
Can someone help me?
Thanx!
Greetz Ralph
The user can create a dynamic table.
In every row are 5 input text boxes.
If the second text box gets a onblur event then the value of the third box
needs to become the value of the first text box minus the value of the
secons text box.
I have tried the next statement:
document.write(document.getelementbyid('table').rows.cells.item[j].firstchild.value);
the output is: undefined.
Can someone help me?
Thanx!
Greetz Ralph