occurs when data in an input was changed and the cursor is still in this input.
Parameters:
myForm.attachEvent("onInputChange", function(name, value, form){ //any custom logic here });
See also: onChange, onBeforeChange