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 strongm 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: 285
  • Order by date
  1. 285

    Decimals in Javasrcipt

    Nice one! Thanks!
  2. 285

    Decimals in Javasrcipt

    Is there a way to limit the decimal points in this script? <HTML> <HEAD> <TITLE>Calculator</TITLE> <SCRIPT LANGUAGE="JavaScript"> function CalculateSum(Atext, Btext, form) { var A = parseFloat(Atext); var B = parseFloat(Btext); form.Answer.value = A/(B*B); } </SCRIPT> </HEAD> <BODY> <P><FONT...

Part and Inventory Search

Back
Top