Make a shortcut to a URL spawn a new window (IE6)

G

Guest

We would like to have a shortcut to a URL open in a new window. So far I've
found 3 ways to do this:

1. Registry - HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main,
DWORD "AllowWindowReuse" = 0.

2. IE6 settings - Internet Options > Advanced > Browser > uncheck "Reuse
windows for launching shortcuts."

3. Make the shortcut launch IEXPLORE.EXE with address as an aurgument.

Each have pluses and minuses. Are there other ways that may work? Thanks
for any input

SC
 
E

Eric Lawrence [MSFT]

I think that's pretty much all of them. There may be a way to do it using
DDE. You can also create a new WebBrowser object in script and do it that
way.

What downsides do you see?
--
Thanks,

Eric Lawrence
Program Manager
Internet Explorer Trust

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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