html form help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vrajesh
    New Member
    • Mar 2007
    • 1

    html form help

    create a form that accept name, mobile number and email address and perform the following validations

    1. Name should have at least 3 characters and should not contain any special characters or digits accept space.
    2. Mobile numbershould have !0 digits
    3. Email should have at least 6 characters and should also contain @

    Incase of any wrong entry appropriate message should be generated and the form should not be submitted.
  • ConanTheVegetarian
    New Member
    • Jan 2007
    • 24

    #2
    Originally posted by vrajesh
    create a form that accept name, mobile number and email address and perform the following validations

    1. Name should have at least 3 characters and should not contain any special characters or digits accept space.
    2. Mobile numbershould have !0 digits
    3. Email should have at least 6 characters and should also contain @

    Incase of any wrong entry appropriate message should be generated and the form should not be submitted.
    I think you want to be in the Javascript forum

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve. This question will now be closed and you will have to post a new question when you're ready.

      MODERATOR

      Comment

      Working...