I have a web application that on launch opens a full-screen browser with some customization (no bars, menu, etc.) - when the users exit the appliation the window is closed. The problem is that IE is retaining the last used window settings and when the user then goes to open just a regular browser window to access the Internet it's opening up in fullscreen mode because that's how it was last closed.
Is there a way to disable IE retaining these full-screen settings when users close my web application so it stays how they usually have it w/o my app altering their settings?
To clarify, I don't want to disable these settings permanently...just when my application window closes the browser.
Is there a way to disable IE retaining these full-screen settings when users close my web application so it stays how they usually have it w/o my app altering their settings?
To clarify, I don't want to disable these settings permanently...just when my application window closes the browser.