| Author |
onKeyUp event not working
|
Gihan Pandigamage
Ranch Hand
Joined: Aug 23, 2009
Posts: 57
|
|
Dear Friends,
In the following code the removeUnsupportedChar() javascript funtion not calling when onKeyUp event fires. Why is that?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26155
|
|
It works on my machine (Safari on Mac) More specifically, I get the "hello' alert continually. Which looks like it is because onBlur is called too. Maybe textCounter() does something that prevents the code from continuing. I recommend checking your JavaScript console for errors.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Gihan Pandigamage
Ranch Hand
Joined: Aug 23, 2009
Posts: 57
|
|
|
I'll check my other JS codes. Thanks
|
 |
 |
|
|
subject: onKeyUp event not working
|
|
|