I have an HTML input box
I\'ve attached a handler for the \'keyup\' event, but if
It looks like you can use the onkeyup to get the new value of the HTML input control. Hope it helps.