Click to See Complete Forum and Search --> : Forms - add fields to calculate a total


nicky
01-09-2003, 09:51 AM
I want to create a paysheet form that allows users to fill in details of their workdays. At the end of the month, I want to add up the totals for each day.

Is it possible to do this with JavaScript and if so, how do I do this? I am new to the language and learning it, but perhaps a little in over my head just yet.

Any help you can provide is much appreciated

swon
01-09-2003, 10:55 AM
No, that's not possible, for this you have to use server side languages like PHP,Perl etc. Because javascript is not able to read or write to files (Works on the ClientSide).