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 derfloh 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. jbunn555

    Combining functions

    The code above did not work it did no checking at all just let me type something into one box and it was able to be submitted
  2. jbunn555

    Combining functions

    actually around the case text, it's saying "text" or "textarea" gets the code underneath textarea. case "text": case "textarea": if (obj.value == "" || obj.value == null){ alertMsg += " - " + fieldDescription[i] + "\n"; } break...
  3. jbunn555

    Combining functions

    Wow that was very helpful thank you very much my only question is ok well the very first function from this thread needs to stay but i need to integrate just email checking, and your first suggestion of two before the @, two after, and two after the "." is exactly what i need but the thing is...
  4. jbunn555

    Combining functions

    I need to combine this into my function so that onclick will do all that i need which is the function i posted plus this: <script language = "Javascript"> /** * DHTML email validation script. Courtesy of SmartWebby.com (http://www.smartwebby.com/dhtml/) */ function echeck(str) { var at="@"...
  5. jbunn555

    Combining functions

    Hi everyone does anybody know how to combine 2 seperate functions. Here is my first function code: function formcheck(formobj){ // Enter name of mandatory fields var fieldRequired = Array("name", "email", "comment"); // Enter field description to appear in the dialog box var fieldDescription...

Part and Inventory Search

Back
Top