How do i make a numeric field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moishy
    New Member
    • Oct 2006
    • 104

    How do i make a numeric field

    If I have a field in a form that represents a number, and I don't what the user should type in any other characters but numbers,

    What should I do?

    Is there a way to make it a numeric field?
  • bevort
    New Member
    • Jul 2006
    • 53

    #2
    Not that I know. You will have to check it using the Javascript onChange() event and correcting the user

    Comment

    • moishy
      New Member
      • Oct 2006
      • 104

      #3
      And in English?

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        Check the JavaScript documentation on usage and handling of the onChange (and onKeypress) event.

        Ronald :cool:

        Comment

        Working...