I have a project that issues a message box for the user. It is displayed for 10 seconds and then sent to the background using the javascript command self.blur(). I do not want to close it, because it has information that the user may need to see agian.
It currently works for IE7 / IE8 / FF2 / FF3 on Windows XP, but in Vista it does not work for IE8. I found that if I disable Protected Mode for IE8 in Vista, the command blur()works, and the window correctly returns focus to the parent window.
Does anyone know exactly why this is happening and what can be done to get around this? Any help would be greatly appreciated!
Karl
source
share