hi,
i have a web application. and i am using a textbox there. I write the onblur and onkeypress event on the textbox. but when i press the key on the textbox that time onblur event is also called, but when i leave the textbox that time only onblur event is called. I just want to call on onkeypress event when i type any key on the textbox. what is the solution