Input text field in Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anurag275125
    New Member
    • Aug 2009
    • 79

    Input text field in Form

    Hello,

    can anyone please tell me how can I create a input text field in form that can only accept numbers.

    thanks
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    no. HTML elements don’t make constraints about the input. you have to use JavaScript to filter out any non-numeric input.

    Comment

    • MusoFreak200
      New Member
      • Oct 2009
      • 96

      #3
      damn dormilich....

      got ahead of me...

      and he is right you can't use html to do that you need to use xhtml, dhtml, and javascript

      Comment

      • MusoFreak200
        New Member
        • Oct 2009
        • 96

        #4
        btw a good site to use is www.echoecho.com/school.htm

        Comment

        • anurag275125
          New Member
          • Aug 2009
          • 79

          #5
          thank you all.
          I got the solution. I use JavaScript to allow only numbers to be entered in text field.

          Comment

          Working...