Not really. If two tried to do that which would win?
You can try things like onblur=self.focus but often this just results in the taskbar icon flashing.
You used to be able to have a system wide modal message box using VBScript
:
Code:
MsgBox "Hello!", vbSystemModal, "System Modal"
I think that only produces an application modal box nowadays too.
--
Joe (
Microsoft MVP - XML)