I have 3 fields in a form. Putting the value in one, when leaving this field, lavascript should make the calculation and popular the other two each with a result:
EX:
Campo 1: Entro com o valor 10
Ao sair do campo 1, deve fazer
Campo 2 = Campo1 * 10 / 100
Campo 3 = Campo1 * 20 / 100
How?