Hi,
I would like to change the screen display when numbers are entered in the textbox. Whether numbers have been entered is detected by "ONVALUECHANGE" event.
When I enter numbers from the device keypad, the ONVALUECHANGE event is triggered to detect the change.
However, when I enter numbers from the javascript number pad, the numbers is set to the textbox but the "ONVALUECHANGE" event does not fire.
With the number pad like above, enter numbers and press the close button to return the numbers.
When I press the close button, the numbers is set to the textbox, but the "ONVALUECHANGE" event does not fire.
Is there a way to fire the "ONVALUECHANGE" event even from the javascript numberpad?
Thank you.
Best regards,
Rieko Saitoh
[RPG] when returning the value from the javascript number pad, ONVALUECHANGE does not work.
-
Rieko Saitoh
- Posts: 13
- Joined: Mon Dec 07, 2015 4:34 pm