xzhrboy
10-26-2003, 10:38 PM
What I need is not "onChange" or "onKeyUp" event handle!
When the user chang the text in the text field,I need to do realtime analysing on what the user changed.if I use "onChange",I can do it only after the text field loses focus,that is not I want;if I use "onKeyUp",you know,I'm a chinese,if I type chinese into the text field, I press any key on the keyboard,the "onKeyUp" is been called,but I need to press more than one key for just one chinese char!
How can I do it!
thanks a lot!
When the user chang the text in the text field,I need to do realtime analysing on what the user changed.if I use "onChange",I can do it only after the text field loses focus,that is not I want;if I use "onKeyUp",you know,I'm a chinese,if I type chinese into the text field, I press any key on the keyboard,the "onKeyUp" is been called,but I need to press more than one key for just one chinese char!
How can I do it!
thanks a lot!