hi there all
i have a input text , like this one :
<form>
[INDENT]<input type="text">[/INDENT]
[INDENT]</input>[/INDENT]
</form>
i want whenever the input is changed (without pressing Enter) a function in javascript named "welcome()" would be called, onchange function requires pressing Enter and i dont want it.