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

    display results as text in a form

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <script type="text/javascript"> function calculate(){ if (document.calc.total.value == "100.00") document.getElementById('test').innerHTML = "50"; } </script> </HEAD> <BODY> <form name="calc"> <input...

Part and Inventory Search

Back
Top