Click to See Complete Forum and Search --> : Form event handler (reset)


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?

Khalid Ali
06-25-2003, 09:55 AM
One possibility will be to use onclick event of the reset button and use a setTimeout function...give it couple of seconds and then run your enable disable function.

rav
06-25-2003, 10:15 AM
You know what?
it's only one bloody form...
I'll just hard code it using onClick or something.

Wasting my time with this.

Khalid Ali
06-25-2003, 10:21 AM
suite your self ......