Re: Opening Internet Explorer with blank page..
Re: Opening Internet Explorer with blank page..
- Subject: Re: Opening Internet Explorer with blank page..
- From: "Gary (Lists)" <email@hidden>
- Date: Tue, 28 Jun 2005 11:53:52 -0400
"David Siberry" wrote:
> I want to write a script which will open up Internet Explorer and
> direct it to a blank page.
This will open a blank IE window:
OpenURL theStringURL toWindow 0
This will open a blank IE window and operate in the background:
OpenURL theStringURL toWindow 0 Flags 4
I do not believe that IE supports the "about:" protocol.
Keep in mind also that the 'toWindow' parameter may not override the
Preference setting to load the home URL with new windows in every version of
IE. Uncheck that preference if it interferes.
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden