Hello!I created a form where there are three fields, VALUE1, VALUE2 and TOTAL.Using FormCalc, I calculate TOTAL this way: form1.#subform[0].total::calculate - (FormCalc, client)valor1 + valor2It works....Now, I'd like to do the very same thing using JavaScript, but it doesn't work. Why?Can I have bo...