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 Shaun E 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: *

  • Users: ateo
  • Order by date
  1. ateo

    Automatic calculation in text fields

    It works now. Thanks, dbMark. You da man! :)
  2. ateo

    Automatic calculation in text fields

    dbMark, Thanks for the response. I changed the double quote to single quote but it still won't work. Textbox 5 always show 0 whenever I put in value in textbox 1-4. Thanks for your help.
  3. ateo

    Automatic calculation in text fields

    dbMark, This is what I did: <script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;> function sum_boxes(callfrom) { var e = document.theform.length; var tot=0; var i; for (i=0; i < e; i++) { // scan all form elements to find what we need var...
  4. ateo

    Automatic calculation in text fields

    Hi, Can someone help me with this task: I have four textboxes. I would like the calculation result (addition only) to appear automatically in textbox 5. How do I do it? Also how do I avoid addition of a negative number? Thanks for any help!

Part and Inventory Search

Back
Top