Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ckdoublenecks

    not getting value from table

    I'm trying to read the taxrate from the database table and use it with values from another table. the database and table are correct as is the field (taxrate) from the table, value is 0.06. Then I'm trying to multiply that value by the value of a field from another table (charges) then update...
  2. ckdoublenecks

    auto insert

    I took a working program and modified it to use different values and can't seem to make it work now. I want have the datepaid, pd & paidsum insert when I key in the amtpaid . <html><head> <!--when the paidamt is keyed in, the current date, pd & paidsum are autoinserted--> <script> function...
  3. ckdoublenecks

    I'd like help with code

    The below code works except that the calcs for "if the amptaid >= totOwed" don't work. I know it has to do with the statement "var totOwed = parseInt(rentdue.value) + parseInt(prevbal.value) + parseInt(secdep.value) + parseInt(damage.value) + parseInt(latechg.value) + parseInt(courtcost.value)...
  4. ckdoublenecks

    Just learning - I need help with this code

    nothing works beyond the //*################### <script> function $_(IDS) { return document.getElementById(IDS); } function calculate_paid() { var amtpaid = document.getElementById("amtpaid"); var rentdue = document.getElementById("rentdue"); var prevbal =...

Part and Inventory Search

Back
Top