addition of two form fields
I have two form fields getting their record from a data base, they both get numbers, and in the same form, I would like to add a third field, and then get it value by putting the two other fields together,
Here is what I want:
I have:
x = field one (get value from database, Number)
y = field two (get value from database, Number)
I would to have as final result:
z (form field three) = x + y
Java or whatever else that work, (I am using Dreamweaver CS5)
thanks
