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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by itsnickj

  1. itsnickj

    Why wont this work? function

    Again, I'm trying to validate a form, in my fields i have onblur="validate_form()" and the function is: <script type="text/javascript"> <!-- function validate_form() { valid = true; if (document.form.name.var RegExp/^[A-Za-z]/) { alert ( "please enter a valid name." ); valid =...
  2. itsnickj

    Help with validation

    As of now, I am validating my fields to just check that the field was filled in. Now I want to validate the entries further. For name- only alpha characters, zip-only numerical characters, ect. I know I'm going to have to use regular expressions, but as I'm new to regular expressions, I don't...

Part and Inventory Search

Back
Top