I am trying to do some experiment. What I want to happen is that everytime the user types in something in the textbox, it will be displayed in a dialog box. I used the
onchange is only triggered when the control is blurred. Try onkeypress instead.
onchange
onkeypress