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

  1. Icemann

    charAt() comparison

    Andrew, You were absolutely right. I had my blinders on trying to figure out why I couldn't compare the strings. I was actually validating for three possibilities in the if statement and I had an || where I needed an &&. Thanks
  2. Icemann

    charAt() comparison

    I'm using JavaScript to validate information on a form prior to submission and I've run into a snag. One field on the form is for an order number which must begin with the letter 'n' (either upper or lower case). I'm using the following code to check for the leading 'n' using onSubmit to...

Part and Inventory Search

Back
Top