I have three cells in a table ok?
What I'm looking for is a way to take the values (just numbers) of cells one and two, add them together when the user leaves the second cell (onChange) and display the result in the third cell.
Can it be done? Kevin
slanek@ssd.fsi.com
Code:
<TD><INPUT TYPE="text" NAME="cell_one"></TD>
<TD><INPUT TYPE="text" NAME="cell_two"></TD>
<TD> --- Result --- </TD>
Can it be done? Kevin
slanek@ssd.fsi.com