Hello I have 3 input text fields and one dynamic one. When i click i want it to display the total of the 3. right now im getting the 3 numbers in sequence
ex.
2+2+2 = 222
i need it to say 6
thnx
on (release) {
myTot_var = h1_var+h2_var+h3_var;
}
|
Results 1 to 4 of 4
Thread: getting sum of input text fields
|
Click Here to Expand Forum to Full Width |