Hi, What is the diff. b/e onfocusout and onblur event?
The problem is that if i use onBlur(), it causes the whole application to crash but on replacing the OnBlur with onFocusout the application works fine. The problem comes when i try to close my window. I tried debugging and found out that the window was closed and then the onBlur event was trying to get fired which was crashing the application!!!
Can anyone help me provide me with a reason for this.
Regards,
Akhil
The problem is that if i use onBlur(), it causes the whole application to crash but on replacing the OnBlur with onFocusout the application works fine. The problem comes when i try to close my window. I tried debugging and found out that the window was closed and then the onBlur event was trying to get fired which was crashing the application!!!
Can anyone help me provide me with a reason for this.
Regards,
Akhil