Results 1 to 2 of 2
- 11-19-2008, 06:48 PM #1
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
New to Java and have an easy question
Hi,
I am new to java and was trying to do a simple timecard script that adds time from the Monday - Sundays cells to the total cell on the bottom. I think I have it all but how to add the cells to the total.
Any help would be appreciated!
<table width="400" border="1">
<tr>
<td><b>Monday</b></td>
<td><input type="text"size=4""></td>
</tr>
<tr>
<td><b>Tuesday</b></td>
<td><input type="text"size=4"></td>
</tr>
<tr>
<td><b>Wednesday</b></td>
<td><input type="text"size=4"></td>
</tr>
<tr>
<td><b>Thursday</b></td>
<td><input type="text"size=4"></td>
</tr>
<tr>
<td><b>Friday</b></td>
<td><input type="text"size=4"></td>
</tr>
<tr>
<td><b>Saturday</b></td>
<td><input type="text"size=4"></td>
</tr>
<tr>
<td><b>Sunday</b></td>
<td><input type="text"size=4"></td>
</tr>
<tr>
<td><b>Total</b></td>
<td><input type="text"size=4"></td>
</tr>
</table>
-
Similar Threads
-
Easy Java Assg help!
By aimeelawrence in forum New To JavaReplies: 2Last Post: 09-19-2008, 10:10 PM -
quick easy question
By jmHoekst in forum New To JavaReplies: 1Last Post: 06-19-2008, 03:28 PM -
Noob question- easy
By mattonitto in forum New To JavaReplies: 7Last Post: 06-13-2008, 12:26 AM -
Easy question
By JavaNoob in forum New To JavaReplies: 10Last Post: 08-03-2007, 10:28 PM -
easy way to study the java springs concept
By kumar84 in forum New To JavaReplies: 1Last Post: 07-17-2007, 03:53 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks