rav
06-25-2003, 09:44 AM
I'm looking for an event handler that triggers AFTER a reset (or click) event occurs.
I have a form and sometimes selecting a particular field triggers an event which causes a function to run. This function dynamically determines if particular fields should be disabled or re-enabled. The form also has a reset button and clicking this button doesn't automatically re-enable the disabled fields.
How can I call this function AFTER the reset is complete?
I have a form and sometimes selecting a particular field triggers an event which causes a function to run. This function dynamically determines if particular fields should be disabled or re-enabled. The form also has a reset button and clicking this button doesn't automatically re-enable the disabled fields.
How can I call this function AFTER the reset is complete?