If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm working on a web based project time tracking system and have run into an issue I can't solve. I need to sum up the time textfields. The issue is the textfields all have the same name. Is there a way I can iterate through the textfields and add their values?
(Last edited by pumpkinapo; Aug 13, 2003 at 10:16 AM.
)
I'm using the W3C's DOM cloneNode() to duplicate the entry row. This created an identical row with all the field objects but with the same name.
http://www.apoforum.com/time/time.html
(I'm developing this app on a windows computer and don't know what mac browsers it'll work in since it doesn't seem to work in firebird's 8/3 build only IE 6.)