ashleypower
03-08-2003, 05:19 PM
I just wanna add 9 fields together! SIMPLE! But I can't do it! UGH! This is what I have:
atotal = (document.values.a.value) + (document.values2.a.value) + (document.values3.a.value) + ....etc.
Now, let's say that these are my field values:
1 2 3 4 5 6 7 8 9
When I send the total to another empty field, this is what it looks like:
123456789 instead of 45.
Please help!
atotal = (document.values.a.value) + (document.values2.a.value) + (document.values3.a.value) + ....etc.
Now, let's say that these are my field values:
1 2 3 4 5 6 7 8 9
When I send the total to another empty field, this is what it looks like:
123456789 instead of 45.
Please help!