Re: Stuck trying to use creatorid to control IE with OS 8.1
Re: Stuck trying to use creatorid to control IE with OS 8.1
- Subject: Re: Stuck trying to use creatorid to control IE with OS 8.1
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 14 Dec 2002 22:07:32 -0800
On 12/14/02 9:50 PM, "email@hidden" <email@hidden> wrote:
>
I do have Internet Explorer 5.1 running on Mac OS 8.1, and occording to the
>
Microsoft web-site, it is permitted to run on 8.1. I'll also head over to
>
the lab soon (5 minutes from my house) and test out the:
>
>
tell application "Finder"
>
<<event GURLGURL>> "http://www.apple.com"
>
end tell
>
>
technique and see if it works in OS 8.1 (I just tried it in OS 10.2, and it
>
automatically changed <<event GURLGURL>> to "open location". Although, I
>
had tried "open location" manually in OS 8.1 in a tell Finder block, and it
>
didn't know how to react to that command. Would the <<event GURLGURL>>
>
method work then? (I'll find out soon enough).
>
>
Even if it does work, I'll still have a second hurdle to overcome which is
>
that I need to tell Internet Explorer to pass back the html source of the
>
page that's displayed after the user navigates to a particular page on a
>
website. So at some point, I'm going to have to have a "tell myApp" type
>
call. You are correct - - - I would find it hard to believe that Internet
>
Explorer would ever have changed it's creator-type from MSIE. The big
>
question then is how can I get Applescript to talk to an app that it can't
>
find via creator-type or name. I had a thought - - - - if I can get IE to
>
launch to an URL via that <<event GURLGURL>> command, then perhaps there's a
>
way that Applescript can tell that "Internet Explorer" is already up and
>
running and just start permitting "tell" command to talk to it?
Take Andy's suggestion of using IE's OpenURL. That should work. And you can
use the Finder to open it, as he suggests. Then any valid commands you send
to it should work.
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.