Why onfocusout event is not firing in firefox
I was using onfcousout event of text box to fire some javascript those were firing in IE but were not firing in Firefox. Then I found that onblur is firing on both Internet Explorer.
So do not use onfocusout event instead use onblur.
Tested on I.E 7.0
Firefox 3.0.