Hi,
While I'm running an Ajax query, I'm trying to disable the user from moving to other fields on the form.
So, I need a 'global' onBlur event to set focus back to the currect field which its running.
I've tried the following at the start of my code, where I define other global events (that work fine) like onClick & oncontextmenu...
document.onBlur = myBlurProc;
But it doesnt seem to fire on any of my controls.
Anyone know how I can dynamically attach a onBlur event to all of my fields.
Thanks,
Rob D.
ProIV Resource Centre
While I'm running an Ajax query, I'm trying to disable the user from moving to other fields on the form.
So, I need a 'global' onBlur event to set focus back to the currect field which its running.
I've tried the following at the start of my code, where I define other global events (that work fine) like onClick & oncontextmenu...
document.onBlur = myBlurProc;
But it doesnt seem to fire on any of my controls.
Anyone know how I can dynamically attach a onBlur event to all of my fields.
Thanks,
Rob D.
ProIV Resource Centre