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

    Looping through variable enumerated field names

    Thank you!!! That answer solved my problem.
  2. ABF

    Looping through variable enumerated field names

    I left the +c out of the name to show the original script. This is what I was trying to use: for (var c=1; c<document.form2.HMANY.value; c++) { if (document.form2.txtUserName +c.value == &quot;&quot;) { missinginfo += &quot;\n - Name&quot;; } The field I am trying to validate is created...
  3. ABF

    Looping through variable enumerated field names

    I am attempting to loop through a set of field names that are enumerated by another loop ...IE fieldName1, fieldName2, fieldName3 The code I wrote: for (var c=1; c<document.form2.HMANY.value; c++) { if (document.form2.txtUserName.value == &quot;&quot;) { missinginfo += &quot;\n -...

Part and Inventory Search

Back
Top