Click to See Complete Forum and Search --> : Numbers displayed as alphabetic characters in INPUT field


Luisma
06-10-2009, 01:02 PM
Hi.

I'm using the "dFilter" JS code (http://javascript.internet.com/forms/dfilter.html) in one of my web pages. The code works fine, but for some reason when I type numbers from the right side of the keyboard, they appear as alphabetic characters.

For example, if I type '1', the input file shows 'a' (!!!). This behavior doesn't occur if I type the numbers from the numerical keys on my standard keyboard (this is, the keys just above the alphabetic keys).

The problem also occurs in your example page (above). How can I correct this?

Thanks