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: *

  1. markhfla

    Specific Form Validation

    If you haven't already guessed, I know little to nothing about Javascript! I tried your suggestion in 1a, but it didn't work. I believe the getElementByID() is the way to go. But, I don't know where to put it in my code above AND how can I pass the form id to getElementByID() as a variable...
  2. markhfla

    Specific Form Validation

    Each form does have a unique id. Where do I put document.getElementById("formID").elements["fieldName"].value within my existing script?
  3. markhfla

    Specific Form Validation

    QUESTION: If I have multiple forms with identical form field names on the same page, how can I validate them individually? Or, better yet, how do I pass the form field name to the JS and only validate that particular form? SCENARIO: I have a form within a PHP function that is included on the...

Part and Inventory Search

Back
Top