OnKeyPress Foiling Field Level Edits
Hi!
I have a bunch of tag level edits on a form, which fire during the onBlur().
I also have the onKeyPress() event set on the body of the form.
For the input that has the focus, the onBlur does not occur until after the
KeyPress().
Since the onKeyPress code causes a submit, I never get the input-level
validation on the onBlur.
Is there any way to make sure that the onBlur happens before the code for
the onKeyPress executes?
Thanks,
Michael
|