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 Chris Miller 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: Muddsnapper
  • Order by date
  1. Muddsnapper

    Calculate average of numbers in X qty. of textboxes

    What I want to do is update a text box with the current average of score ratings as a user enters score (numbers into text boxes) ratings for a series of questions. I have been trying to figure this out for a couple days using different JavaScript's that I've copied but keep running into...
  2. Muddsnapper

    script concatenates numbers instead of adding them

    The script concatenates the 2 numbers before dividing by 2 instead of adding them. here's the code: <SCRIPT LANGUAGE="JavaScript"> function Calc(){ document.autoSumForm.totalBox.value=(document.autoSumForm.weight1.value + document.autoSumForm.rating1.value)/2 } </script> </head>...

Part and Inventory Search

Back
Top