Hello !
Does anybody know how to set the priority of the events in Javascript ?
I have a HTML tag like this: < INPUT type="text" name="choice" onChange="FunctionChange()" onKeyUp="FunctionKeyUP()" >
I want that the event onKeyUp (and its associated function) will be called in priority (before the event onChange...)
Is it possible?
please help me!
Thanks in advance,
Maxime
Does anybody know how to set the priority of the events in Javascript ?
I have a HTML tag like this: < INPUT type="text" name="choice" onChange="FunctionChange()" onKeyUp="FunctionKeyUP()" >
I want that the event onKeyUp (and its associated function) will be called in priority (before the event onChange...)
Is it possible?
please help me!
Thanks in advance,
Maxime