Preventing some characters as input in textbox

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

Hi

How do I on the client, when a user enters a letter into a field that is
supposed to only accept numbers to not enter the letter... that means
nothing really happens unless it's a number.

I asume this is made with javascript and I have added an onkeypress
attribute in my page load on this textbox but what do I check?

/Lars
 
Back
Top