In my experience, input type=\"text\" onchange event usually occurs only after you leave (blur) the control.
input type=\"text\"
onchange
blur
Is there a way to
If you use ONLY Internet Explorer, you can use this:
Hope that helps.