Hello
I have a html page that I am trying to get data from an user input and
then I want to be ble to sum the data. I would sum mon-in and mon-out
to get mon-time. Then I would like to sum mon-time...fri-time to get
total time for the week.
<TD height="33" valign="top">
<input type="text" name="mon-in" size="7" maxlength="5"
value="00:00">
</TD>
<td valign="top">
<input type="text" name="mon-out" size="7" maxlength="5"
value="00:00">
</td>
<TD valign="top">
<input type="text" name="mon-time" size="7" maxlength="5"
value="00:00">
</TD>
I appreciate any help and feedback.
Thanks
Mike