posted 20 years ago
Hi,
I am designing a web page where there is a text box and a list boxx. I want an event for a text box which will fire whenever i change the value from the text box. so whenever i write even a single character or delete a specific character through backspace key this event should get fired.
I know that following events are present for a text box
ONFOCUS, when the element receives focus;
ONBLUR, when the element loses focus;
ONSELECT, when text in an input of type text or password is selected;
ONCHANGE, when the element loses focus and its value has changed since it received focus.
But none of them achieves my objective. Pls help me on this.
Thanks,
Steve
SCJP1.4<br />IBM Certified System Administrator -- WebSphere Application Server V5.0 (340)