How create shortcut link to open a new browser window?

J

Jack B

How do you create a shortcut link for a specific website that opens up a new
browser window. I can do the shortcut, but it replaces the website in the
current browser window rather than opening a 2nd window.


Jack
 
J

Jack B

Alan,

Trying to set up a shortcut to Google.

I must be getting the syntax wrong. The last one I tried is
"C:\Program Files\Internet Explorer\iexplore.exe -new =
http://www.google.com"
but that isn't right either.
What is the correct string to use?


Jack
---------------------------------

Try the -new switch. The information is for IE4 but may still be valid
in IE6. (not tried personally)
Command-Line Switches for Internet Explorer 4.0
http://support.microsoft.com/default.aspx?scid=kb;en-us;178058

....Alan
 
A

Alan Edwards

No idea why you put an "=" sign in
Use this:
"C:\Program Files\Internet Explorer\iexplore.exe" -new
http://www.google.com

It must be an ordinary shortcut you create, not an Internet Shortcut.

....Alan
 
J

Jack B

Alan,
No idea why you put an "=" sign in<

Well, because I was going crazy -- for some reason, everytime I entered a
new string, I kept getting something like
http://search.earthlink.net/search?area=earthlink-ws&q="C:\Program+Files\Internet+Explorer\iexplore.exe"+-new+http://www.google.com
and the shortcut was changing itself.

I'm pretty sure that I had tried "C:\Program Files\Internet
Explorer\iexplore.exe" -new http://www.google.com; and sure enough, upon
trying it again, I got the same as above.

So I deleted the shortcut, created a new one with a different name, entered
"C:\Program Files\Internet Explorer\iexplore.exe" -new
http://www.google.com, and now it works.

Thanks.


Jack
------------------------------------------------



No idea why you put an "=" sign in
Use this:
"C:\Program Files\Internet Explorer\iexplore.exe" -new
http://www.google.com

It must be an ordinary shortcut you create, not an Internet Shortcut.

....Alan
 

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