Results 1 to 5 of 5
  1. #1

  2. #2
    Junior Member
    Join Date
    Aug 2012
    Posts
    11
    thanks foe this post here.

  3. #3
    Senior Member
    Join Date
    Jan 2012
    Location
    USA
    Posts
    99
    Listing 1: Client-side JavaScript for form validation


    <!--
    Function CheckForm(form)
    {
    for(var intCtr = 0; intCtr <= (form.elements.length - 5); ++intCtr)
    {
    var temp = form.elements[intCtr];
    if(temp.type == "text" && temp.value == "")
    {
    alert("Please Enter All Information!");
    temp.focus();
    return false;
    }
    }
    return true;
    }
    //-->
    </script>

    Tutorial About Validation:
    http://msdn.microsoft.com/en-us/libr...ontrols_topic2
    SocialCubix is the iOS App Developers

  4. #4
    Registered User
    Join Date
    Sep 2012
    Posts
    1
    Tnx for the scripts)
    You have just saved me much time.
    Awesome!

  5. #5
    Registered User
    Join Date
    Oct 2011
    Posts
    770
    A Validation server control is used to validate the data of an input control. If the data does not pass validation, it will display an error message to the user.
    Asia Affordable Web Hosting Provider

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.