hi i need help on this,
i have three input fields in html form
lets say:
input 1 = 10
input 2 = 3
input 3 = 13 (sum)
so whenever i change values of input 1 or input 2 it will still compute for the sum.. so if:
input 1 = 4
input 2 = 3
input 3 = 7 (sum)
im using "onchange" method here..
thanks in advance.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.