RE: Re: How to open an URL on default browser?
"Jim Mihalski" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Why not like this:
;
; This script just gets the Accuweather printable forecast
;
Run('C:\Program Files\Mozilla Firefox\firefox.exe
"http://www.erh.noaa.gov/forecast/MapClick.php?site=phi
<http://www.erh.noaa.gov/forecast/MapClick.php?site=phi&FcstType=text&MapTyp
e=3&site=phi&CiTemplate=1&map.x=165&map.y=73>
&FcstType=text&MapType=3&site=phi&CiTemplate=1&map.x=165&map.y=73"', "",
@SW_MAXIMIZE)
WinWaitActive("7-Day Forecast")
; if iexplorerer is browser use this instead of direfox C:\Program
Files\Internet Explorer\IEXPLORE.EXE
Best Regards! Jim A.K.A. "Speedi" Allentown, PA
--------------------------------------------
I am not as fast as I once was, but
I'm as fast as I'll ever be again!
--------------------------------------------
_____
From: [email protected] [mailto:[email protected]] On
Behalf Of SLee
Sent: Sunday, January 14, 2007 6:24 AM
To: [email protected]
Subject: Re: [AutoIt] Re: How to open an URL on default browser?
Oh! perhaps these ( _IEcreate or _IEnavigate) are not supported in my
version of AutoIT. may be I'll have to download the latest one.
SLee
On 1/14/07, p0etb0x <no_reply@yahoogroup <mailto:no_reply%40yahoogroups.com>
s.com> wrote:
>
> --- In AutoItList@yahoogro <mailto:AutoItList%40yahoogroups.com> ups.com
<AutoItList%40yahoogroups.com>, SLee <
> shiblee.sqa@...> wrote:
> >
> > Hi,
> > I want to open URL on my default browser by AutoIt. How can I do that
> > please?
> >
> > SLee
> >
> >
> > [Non-text portions of this message have been removed]
> >
> _IEcreate or _IEnavigate is used to do this function.
>
>
>
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]