User Profile

Collapse

Profile Sidebar

Collapse
williamje
williamje
Last Activity: May 24 '12, 08:27 PM
Joined: May 21 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • williamje
    replied to How to calculate tax in html table?
    Hi Rabbit,

    Did you fully understand my question? I am missing the final part in my table,i.e." How will I match the 155 123.00(Taxable Salary) in the table to calculate the Tax Payable? with reference to the Table"
    See more | Go to post

    Leave a comment:


  • williamje
    replied to How to calculate tax in html table?
    Yes Rabbit,it is working. Where can I mail you the html page?
    See more | Go to post

    Leave a comment:


  • williamje
    replied to How to calculate tax in html table?
    In Javascript!!! Hope I am right. Quite new to this stuff!!!


    Code:
    html>
    <head>
    <title>MONTHLY TAX</title>
    <style>
         body {
         font-size : sans-serif ;
         }
         #summation {
         font-size : 18px ;
         font-weight : bold ;
         color : black ;
         }
         .txt {
         background-color : gold ;
         font-weight : bold
    ...
    See more | Go to post
    Last edited by Rabbit; May 23 '12, 05:27 AM. Reason: Please use code tags when posting code.

    Leave a comment:


  • williamje
    started a topic How to calculate tax in html table?

    How to calculate tax in html table?

    I have the following table:

    Code:
          0 -  40 000    0%       0
     40 001 -  80 000   27%       0
     80 001 - 200 000   32%  10 800
    200 001 - 750 000   34%  49 200
    750 001 -           37% 236 200
    Assuming my Taxable Salary is 155 123.00 p.a, How do I calculate my tax payable with java script.(IF/Match). I all ready have written the table in html to sum all the income and deductions which gives me 155 123.00....
    See more | Go to post
    Last edited by Dormilich; May 22 '12, 08:36 AM.
No activity results to display
Show More
Working...