Link to home
Start Free TrialLog in
Avatar of Rakz0r
Rakz0rFlag for United Kingdom of Great Britain and Northern Ireland

asked on

javascript with loads of textboxes onkeyup issue

hi,

I have designed a page with the use asp.net, where it dynamically creates textboxes on the screen depending on the number of records in the database.

I have created a javascript for the textboxes where it calculates the numbers in the textboxes. If i was an average user, where my typing speed is realtively slow / average, the onkeyup event fires perfectly, and the calcuations are done properly.

But, if I moved from 1 box to another in speed, then the onkeyup event is not being fired.

How can i ensure that the onkeyup is fired in every single occasion.
ASKER CERTIFIED SOLUTION
Avatar of wasim117
wasim117
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial