| onChange This event handler will execute the instruction(s) when a change has been made to the object to which it has been assigned. A change can be the typing of new characters, or even a change of focus from the default focus point. syntax: document.onChange = function() The onChange Event Handler is used with the following: BODY CAPTION DIV FIELDSET IMG LEGEND SELECT TEXTAREA button checkbox fileUpload password radio text
|