This will give you the total tax :
parseInt(totaltopay.value)*0.19/1.19
1
solved Javascript calculate 19% taxes from parseFloat value total to pay
This will give you the total tax :
parseInt(totaltopay.value)*0.19/1.19
1
solved Javascript calculate 19% taxes from parseFloat value total to pay