how to sum hidden input values with the help of clicking buttons.and summation value should be shown in textbox for each and every button click.you can understand by running this html source.
input[type=text] {
-background: white;
border: 3px #FF0000;
border-radius: 5px;
-box-shadow: 0 0 5px #7ACC52;
color: #000066;
background-color: #D3D8DC;
padding: 5px 10px;
outline: none;
}
| i. | |||||||
| ii. | |||||||
| iii. |
| Total : |
Thanks
Ravi Gaddam
Iftikar HussainPosted Aug 14, 2013, 5:15 AM
try like this
Regards,
Iftikar
Ravi gaddamPosted Aug 14, 2013, 9:13 AM
Iftikar HussainPosted Aug 14, 2013, 5:55 AM
Ravi gaddamPosted Aug 14, 2013, 5:36 AM
Thanks a lot...and i have one doubt that if we click on "0" buuton then it should not allow "2" button and viceversa.