Hi,
can someone let me know what event ( if any ) is fired when a user types something in a text box WITHOUT exiting the control. I don't think the answer is onChange, this requires exiting the control

"The onChange event handler executes JavaScript code when input focus exits the field after the user modifies its text. "

http://www.eborcom.com/webmaker/tuto....html#onChange

I want to flag a message if the cotents of a text box are changed without leaving the control, so if, for example a textbox contains the worg dog and I delete the g then the event would fire.

Thanks in advance.

Lenin.