Search results

  1. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  2. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  3. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  4. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  5. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  6. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  7. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  8. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
  9. A

    Why doesn't this javascript/html calculator program not work?

    function calc(form) { var answer = eval(form.valueA.value); form.valueB.value = answer; } <P> <INPUT TYPE="button" VALUE="Calculate!!" NAME="calculate" onClick="calc(this.form)"> Just changed the function name calculate to calc and it worked Calculte might be a keyword or someting i guess but...
Back
Top