I am developing a system that uses a little Internet page as a front-end for the whole program. Since I need to use ActiveX (sigh), the page must work on Internet Explorer.
However, after some actions have been done the page needs to close itself. Using window.close()
on Javascript it works, but before closing it prompts the user if it wants to close the Window. The ideal would be that it closes automatically.
Is there any way to make IE8 (changing an option on the browser, not a code-only solution) not to prompt before closing the Window?