|
Home > Archive > alt.certification.a-plus > July 2002 > Parameters harder to pass than a kidney stone!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Parameters harder to pass than a kidney stone!
|
|
|
| I am working with an application that will allow me to launch an
external app. I am trying to launch internet explorer and pass a
particular URL. I cannot change the default home page for all my
users' browsers so I need to be able to tell explorer where to go (I'd
like to really tell it where to go, but that is a different story!).
Anyways, does anyone have any ideas on how to pass this sort of
parameter?
Thanks,
Nick
| |
|
| here is some code from a website I found searching for "forward":
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0020)http://www.wjhu.org/ -->
<HTML><HEAD><TITLE>AUTOMATIC FORWARD PAGE</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META http-equiv=refresh content="3; URL=http://www.wypr.org">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY text=#cccccc vLink=#ffffff aLink=#cc9900 link=#ffffff bgColor=#000000
background="AUTOMATIC FORWARD PAGE-Dateien/bgcolor.gif">
<CENTER><FONT face="Arial, Helvetica, sans-serif" color=#000000
size=3><B><FONT
size=2>www.wypr.org</FONT></B><FONT size=2> </B><BR><BR><FONT size=2>WJHU is
now
WYPR, Your Public Radio station! If you are not automatically forwarded in
ten
seconds, then <A href="http://www.wypr.org/">CLICK
HERE</A></FONT></FONT></FONT>
</CENTER></BODY></HTML>
It moves you to another page.
Maybe that helps
Edi
"NR" <nroberts@ci.charlotte.nc.us> schrieb im Newsbeitrag
news:b9cf8bca.0207300723.5a39621e@posting.google.com...
> I am working with an application that will allow me to launch an
> external app. I am trying to launch internet explorer and pass a
> particular URL. I cannot change the default home page for all my
> users' browsers so I need to be able to tell explorer where to go (I'd
> like to really tell it where to go, but that is a different story!).
>
> Anyways, does anyone have any ideas on how to pass this sort of
> parameter?
>
> Thanks,
>
> Nick
| |
| MCSEwannabe 2002-07-30, 11:25 am |
| nroberts@ci.charlotte.nc.us (NR) wrote:
> I am working with an application that will allow me to launch an
> external app. I am trying to launch internet explorer and pass a
> particular URL. I cannot change the default home page for all my
> users' browsers so I need to be able to tell explorer where to go (I'd
> like to really tell it where to go, but that is a different story!).
>
> Anyways, does anyone have any ideas on how to pass this sort of
> parameter?
>
This is a big-time stab in the dark, but if you launch the URL instead of
the browser, would the URL open using the default browser?
| |
| W.F.Peifer 2002-07-30, 11:25 am |
| You need to suck some dick that's the remedy
W.F.Peifer
"NR" <nroberts@ci.charlotte.nc.us> wrote in message
news:b9cf8bca.0207300723.5a39621e@posting.google.com...
> I am working with an application that will allow me to launch an
> external app. I am trying to launch internet explorer and pass a
> particular URL. I cannot change the default home page for all my
> users' browsers so I need to be able to tell explorer where to go (I'd
> like to really tell it where to go, but that is a different story!).
>
> Anyways, does anyone have any ideas on how to pass this sort of
> parameter?
>
> Thanks,
>
> Nick
| |
|
| quote: Originally posted by NR
I am working with an application that will allow me to launch an
external app. I am trying to launch internet explorer and pass a
particular URL. I cannot change the default home page for all my
users' browsers so I need to be able to tell explorer where to go (I'd
like to really tell it where to go, but that is a different story!).
Anyways, does anyone have any ideas on how to pass this sort of
parameter?
Thanks,
Nick
See if this flies for you.
iexplore.exe "<name of the website>"
For example:
iexplore.exe "www.microsoft.com" will launch Internet Explorer to Microsoft's webpage. | |
|
| Very clever W.F. Perhaps you're a bit funnier on your medication.
Thanks anyways.
"W.F.Peifer" <wfpeifer@no-spam.com> wrote in message news:<3d46c503_2@news1.vip.uk.com>...
> You need to suck some dick that's the remedy
>
> W.F.Peifer
> "NR" <nroberts@ci.charlotte.nc.us> wrote in message
> news:b9cf8bca.0207300723.5a39621e@posting.google.com...
> > I am working with an application that will allow me to launch an
> > external app. I am trying to launch internet explorer and pass a
> > particular URL. I cannot change the default home page for all my
> > users' browsers so I need to be able to tell explorer where to go (I'd
> > like to really tell it where to go, but that is a different story!).
> >
> > Anyways, does anyone have any ideas on how to pass this sort of
> > parameter?
> >
> > Thanks,
> >
> > Nick
| |
|
| Muchas Gracias Spid...
You're solution will work for me.
Thanks again.
NR
Spid <Spid.8mnfr@mail.examnotes.net> wrote in message news:<Spid.8mnfr@mail.examnotes.net>...
> NR wrote:
> > *I am working with an application that will allow me to launch an
> > external app. I am trying to launch internet explorer and pass a
> > particular URL. I cannot change the default home page for all my
> > users' browsers so I need to be able to tell explorer where to go
> > (I'd
> > like to really tell it where to go, but that is a different story!).
> >
> > Anyways, does anyone have any ideas on how to pass this sort of
> > parameter?
> >
> > Thanks,
> >
> > Nick
> > *
>
> See if this flies for you.
>
> iexplore.exe "<name of the website>"
>
> For example:
> iexplore.exe "www.microsoft.com" will launch Internet Explorer to
> Microsoft's webpage.
>
> ---
> View this thread: http://www.examnotes.net/article52607.html
> Spid - Senior Member
>
> ------------------------------------------------------------------------
> Spid's Profile: http://www.examnotes.net/forums/mem...nfo&userid=3336
|
|
|
|
|