Can I launch IE6 without address bar from command line

M

Mike.Bernoski

I know I can turn address bar, Favorites, links, etc. off in HKCU but
what if I only wanted this behavior in certain circumstances? Is there
anyway to launch IE so that the user can only see the launched page and
embedded links and then close the window? Sort of like the kiosk launch
mode but I still want a window, a taskbar, and an X box in the corner
to close it. Is there any way to do this?

You help is greatly appreciated!

Mike B.
 
R

Rob ^_^

Hi Mike,
You can use javascript in a desktop shortcut.

javascript:window.open('urlofyourpage','_blank','toobars=no');

there are other parameters in the toolbars=no part but currently I do not
have access to my other computer with the help files on it. Search msdn for
the window.open command.

Just for interest type this in your address bar and press enter

javascript:alert('hello');

This will not work for the upcomming IE7 and I do not know about the other
nonIE browsers.
 
V

Viktor Krammer

Hello Mike,
Is there anyway to launch IE so that the user can only see the
launched page and embedded links and then close the window?

Yes, I have developed exactly that kind of command line tool, called Quero
Launcher.

http://www.quero.at/launcher.php

Example:

qlaunch.exe location=no

or

qlaunch.exe location=yes

Viktor
 
M

Mike.Bernoski

Yes Viktor you did. It works very simply and very well. Thanks a
million for your effort and your response!!!

Mike B.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top