I have a page with an input box, and a function that processes the value of this input box and produces piece of text. I want this text to always be up to date in relation t
In non-IE browsers, you can handle the input event. In IE, you can handle the propertychange event.
input
propertychange
Demo (works in all browsers)