There's two text box that has to enter the the numbers from the user and below I want to display the total value the user inputed. How can I sum it up and have it displayed every they enter a number?
Or should I use a java script?
Can somebody show me how its done on JAVA technically no knowlege at all. A newbie learning to walk.
Code:
<td><b> Total</b></td><td> Quantity #1 <Input type = 'text' Value ='0' Name ='qty1' > Quantity #2 <Input type = 'text' Value ='0' Name ='qty2'> Grand Total <input type = 'text' value ='<?php qty1 + qty2 ?>' name ='Total' >
Can somebody show me how its done on JAVA technically no knowlege at all. A newbie learning to walk.
Comment