tsclan
12-13-2004, 05:53 PM
ok picture this
I have 3 rows each having two input boxes in them
[] : []
[] : []
[] : []
On the left hand side the boxes are for entering minutes and on the right, entering seconds
at the bottom there is a total time consisting of three input boxes
[] .[] : []
First one on the left for hours, middle for minutes and far right for seconds.
Mathamatically I take it you need to add all the seconds up then divide that by 60 and and you get the minutes and any remainder is the seconds, then you add the minutes up and divide that by 60 and then those are the hours and any remainders gets added onto the minutes already added via the seconds.
Now How am I able to make the total time = the time of all three times from above without refreshing the page so it updates automatically.
Again thank you for any suggestions or ideas
I have 3 rows each having two input boxes in them
[] : []
[] : []
[] : []
On the left hand side the boxes are for entering minutes and on the right, entering seconds
at the bottom there is a total time consisting of three input boxes
[] .[] : []
First one on the left for hours, middle for minutes and far right for seconds.
Mathamatically I take it you need to add all the seconds up then divide that by 60 and and you get the minutes and any remainder is the seconds, then you add the minutes up and divide that by 60 and then those are the hours and any remainders gets added onto the minutes already added via the seconds.
Now How am I able to make the total time = the time of all three times from above without refreshing the page so it updates automatically.
Again thank you for any suggestions or ideas