Results 1 to 3 of 3

Thread: enter e-mail or phone number script...?

  1. #1

    Thread Starter
    Addicted Member oktay's Avatar
    Join Date
    Mar 2001
    Location
    Istanbul-TURKEY
    Posts
    158

    Exclamation enter e-mail or phone number script...?

    Hi,

    I want to check e-mail or phone number is entered on my online form so I need a javascript code that can do this!.Thanks

  2. #2

  3. #3

    Thread Starter
    Addicted Member oktay's Avatar
    Join Date
    Mar 2001
    Location
    Istanbul-TURKEY
    Posts
    158
    thanks but your codes seems very complex for me

    my e-mail check code is:

    <!-- Begin
    function checkEmail(myForm) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(myForm.Email.value)){
    return (true)
    }
    alert("please enter your e-mail adress !")
    return (false)
    }
    // End -->

    and I need to add phone number check to this code,can you help me?

Posting Permissions

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



Click Here to Expand Forum to Full Width