ie command switch for no toolbars?

  • Thread starter Thread starter Pat
  • Start date Start date
P

Pat

I have found 5 command line switches for ie, one of which
is -k that launches ie in kiosk mode. I'm hoping for a
switch that would open the window without toolbars. Have
I overlooked something?
Thanks,
Pat
 
I don't know of any command line parameters to open IE without toolbars.
This shortcut script will work though

JavaScript:window.open("about:blank","","toolbar=0");
 
Thanks for the quick tip. The problem I have with this
trick is that it opens two windows, the explorer shortcut
window (parent), then the javascript window (child). Any
ways to get one window?

I've tried to create a shortcut with just the javascript
call, but Win98 doesn't accept it.
Thanks,
Pat
 
On your computer Tools/Internet Options/Advanced tab.
Under Browsing, disable the reuse windows for launching shortcuts.
 
Back
Top