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
HTML5 defines an oninput event to catch all direct changes. it works for me.
oninput