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 TouchToneTommy 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: plaberge
  • Content: Threads
  • Order by date
  1. plaberge

    Return to field in form from alert box

    I am using alert to return to a form if it is not filled out correctly. For example, I have a field for quantity that must be from 1 to 99. My code is: temp = document.item0.QTY.value; if (temp > 0 && temp < 100) { ... } else { alert (&quot;Select a numeric Quantity...

Part and Inventory Search

Back
Top