I am trying to attach a "onblur" event on the body element. IE does'nt throw any errors but the event is not captured by the browser when the onblur occurs on the elements withing the body.
But if I attach a "onclick" event. That is captured by the browser.
Any idea ?
But if I attach a "onclick" event. That is captured by the browser.
Any idea ?
Comment