Javascript auto calculating
- by Josh
I have page that automatically calculates a Total by entering digits into the fields or pressing the Plus or Minus buttons.
I need to add a second input after the Total that automatically divides the total by 25. Here is the working code with no JavaScript value for the division part of the code:
<html>
<head>
<script…