I have created a form in HTML, which consists of a text box. Is there a javascript command/function which detects as soon as an entry has gone into the text box (eg onChange???), so I can then immediately call up a function to read and react to that entry?

Thanks.