Opening IE with only titlebar and page using WSH/scripting...
-
I'm writing a little application and using IE as my interface (HTML, VBScript, behaviors, etc). What I'd like to do is have the user execute a script that loads IE with a default page but no menubar, toolbar, addressbar, status bar, or any of the IE branding. Basically, I'm trying to simply get my application to start in a browser, but not give them any of the options locally. This application will be started locally... NOT launched over the web. It's similar to the MS Baseline Security Analyzer, except that it won't be launched via an exe. Has anyone been able to do this? -AC MCDBA http://www.aconnell.com
-
I'm writing a little application and using IE as my interface (HTML, VBScript, behaviors, etc). What I'd like to do is have the user execute a script that loads IE with a default page but no menubar, toolbar, addressbar, status bar, or any of the IE branding. Basically, I'm trying to simply get my application to start in a browser, but not give them any of the options locally. This application will be started locally... NOT launched over the web. It's similar to the MS Baseline Security Analyzer, except that it won't be launched via an exe. Has anyone been able to do this? -AC MCDBA http://www.aconnell.com
You could make it a HTA. Write a HTML page and change the extention to hta.
-
You could make it a HTA. Write a HTML page and change the extention to hta.
Mark Nischalke wrote: You could make it a HTA. Write a HTML page and change the extention to hta. Perfect... that method had slipped my mind. -AC MCDBA http://www.aconnell.com