control on name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • orked
    New Member
    • Jan 2009
    • 49

    control on name

    hi,
    i make web site and i made registeration page so i want to make control on the textbox as(when user write in the name textbox number ,appear message tell him ,that is error and he must write char )i made this control in numbers but i cann't madke it on char
    how can i make this control?
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Originally posted by orked
    hi,
    i make web site and i made registeration page so i want to make control on the textbox as(when user write in the name textbox number ,appear message tell him ,that is error and he must write char )i made this control in numbers but i cann't madke it on char
    how can i make this control?
    It took several reads through this to try to understand what you have, and what you want. Please tell us/me if I have translated your question correctly.
    • You have a web page that is to be a registration page.
    • On the page you have a text box that is meant to be the user's name.
    • You want to handle a condition where the user might type a number into the name text box, as if that is an error.(Personal ly "Hitman1436 " might be a completly valid username)

    Does that sound right? You want to limit the name textbox to just letters a-z and A-Z, no numbers?
    BTW: Both letters and numbers are still Characters or char.

    Comment

    • orked
      New Member
      • Jan 2009
      • 49

      #3
      your explaination for my problem is true .
      thank you very much, i found the soluation for my problem

      Comment

      Working...