Hi everyone,
Is there a way to determine if onBlur event occured because of onMouseUp event? I have several fields and each of these fields have a division which user can click to select a value. Every time user selects a value from the division, it runs the onBlur event first (which is logically correct). Is there anyway I can see if that onBlur happened because of the mouse click so I could run another function before it automatically runs the onBlur event function?
Thanks in advance.
GBFAR


