I have an error window that pops up if my app causes an error. This window is closed by a javascript when the app would try to reload the page that caused the error.

This is triggerd by a time delay...

Now I dont want the user to be able close the window before the javascript does.

Is this possible??

/Smirre