Re: IE6 in New Browser - Command Line Switch


Go Back   Computer Help Articles > Internet Explorer 6
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 11:15 PM
Hal Anderson
 
Posts: n/a
Default Re: IE6 in New Browser - Command Line Switch

Hello Don or Xpert:

This thread is similar to what I'm looking for, however I'm not an HTML
programmer. I am publishing an excel file to the web using the Excel
Publishing feature - works great. However, I have links within the
spreadsheet that I'd like to open a NEW browser window when the link is
selected from the published Excel browser window? Make sense? In other words,
when a link is selected from the published Excel browser window, I don't want
it to replace the Excel browser window, but open a new window.

Is there a command I can append to the URL in the Excel field so that a new
browser window will open when selected? I've looked at a web page that opens
a new browser window when a certain link is selected and it has the following
format: <a href="http://www.yahoo.com" TARGET="_Top">, however I don't know
how to embed this type of command in Excel...

Thank you ahead of time.

Hal

"Xpert" wrote:

> Hi Robert,
>
> Thanks for the tip although it seems that the -new switch is NOT available
> in IE6 or so.
>
> Also the command line switches for start command didn't help. May be I am
> not putting the right switches.
>
> However, we have solved the problem and if you are interested to know it,
> kindly see the post of Don and my reply to it.
>
> Thanks again.
>
> Xpert
>
> "Robert Aldwinckle" wrote:
>
> >
> > "Xpert" <Xpert@discussions.microsoft.com> wrote in message news:0A8D598A-DE11-401E-B67F-91EA2D711D56@microsoft.com...
> > > Hi,
> > >
> > > Is there a command line switch for IE6 (with XP SP2) to open it in a new
> > > browser window?
> > >
> > > Actually I am trying to write a batch file to open my favourite web-sites in
> > > separate browser windows when I come to office (rather than me clicking ten
> > > times on new window and selecting links from favourites).
> > >
> > > I have written a batch file but it ONLY opens ONE browser window and opens
> > > ALL web-sites in the same window one after another resulting in showing only
> > > the last web-site in the list.
> > >
> > > My batch file looks like:
> > >
> > > start "c:\program...\iexplore.exe" http://www.hotmail.com
> > > start "c:\program...\iexplore.exe" http://mail.yahoo.com
> > > start "c:\program...\iexplore.exe" http://news.google.com
> > > pause
> > >
> > > Any ideas?

> >
> >
> > Try adding the -new switch?
> >
> > <title>KB178058 - INFO: Command-Line Switches for Internet Explorer 4.0</title>
> >
> >
> > Alternatively the start command seems to have additional options
> > which might be used to induce a similar result...
> > (press Win-F1 and enter "start command"
> > or enter start /? in a command window)
> >
> >
> > ---
> >
> >
> >
> >

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Type In Browser DesertChildAZ Internet Explorer 6 3 01-05-2006 04:33 PM
OE won't switch identities Joan Internet Explorer 6 1 01-05-2006 04:24 PM
Adding switch to existing router setting goscottie@gmail.com Windows XP Network Web 5 01-05-2006 04:11 AM
Adding switch to existing router setting scottieyoon@yahoo.com Windows XP Network Web 0 01-05-2006 04:11 AM
Can't Ping My Own IP Address - Part 2 Don Windows XP Network Web 3 01-05-2006 04:10 AM


All times are GMT. The time now is 09:54 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Re: IE6 in New Browser - Command Line Switch