Answered
Javascript numeric & string problem
Hi everyone,
I have a form, which takes two fields as numeric values, and with javascript function the sum of these two values should be displayed after any change. but instead of SUM , it does CONCATENATE on these two values. how do I tell Javascript function that these are numeric, not string?
thanks for your help in advance.
(I know it is a CF section, but I think people in CF use js as well)
I have a form, which takes two fields as numeric values, and with javascript function the sum of these two values should be displayed after any change. but instead of SUM , it does CONCATENATE on these two values. how do I tell Javascript function that these are numeric, not string?
thanks for your help in advance.
(I know it is a CF section, but I think people in CF use js as well)
