|
Could someone help me with this please.
I want to have an income tax calculator in a table on the right side of my page. Here is what I want:
there will be an input
Taxable Income: [user inputs $30,000]
then they press the calculate button underneath.
Then under that I want it to run the calculation and show this as it is doing it:
1st $8,012: Tax Exempt
Next $3000: (16%) - $480.00
Next $3000: (22%) - $660.00
Next $10000: (27%) - $2700.00
Next $1012: (32%) - $323.84
Total Tax Payable: $4163.84
-------
Then if they enter a new income amount I want the calculations to update.
Can anyone help me create this code and enter it into my site.
zinc.
Last edited by zincoxide : 12-06-2004 at 12:40 AM.
|