Ok. me again I know I know.
I have input boxes named name[] to make them an array.
How would I add the values of the array to get a total.
And there will never be the same number in the array.
sometimes there may be 3 text boxes sometimes 8.
in php I know I can get a count of values in the array. but not sure on in javascript.
I have input boxes named name[] to make them an array.
How would I add the values of the array to get a total.
And there will never be the same number in the array.
sometimes there may be 3 text boxes sometimes 8.
in php I know I can get a count of values in the array. but not sure on in javascript.