Re: Open URL in Netscape?
Re: Open URL in Netscape?
- Subject: Re: Open URL in Netscape?
- From: "Bob.Kalbaugh" <email@hidden>
- Date: Fri, 14 Dec 2001 10:57:54 -0500
on 12/13/01 10:15 PM, Gnarlodious at email@hidden wrote:
>
DUDE-YOU ARE A GENIUS!
Flattery will get you everywhere. Actually, I tend to think of myself more
as a SUPER-GENIUS! ;-)
http://www.nonstick.com/sounds/Wile_E_Coyote/ltwc_012.wav
>
>
I guess the operational piece here is "location of webfile"
>
Thanks!
>
>
Rachel http://www.gnarlodious.com
>
Yes, in Finder's dictionary under:
----
Files and suitcases: Classes representing files and suitcases
Class internet location file: An file containing an internet location
Plural form:
internet location files
Properties:
<Inheritance> file [r/o] -- inherits some of its properties from the
file class
location international text [r/o] -- the internet location
----
You say that dragging the file to an open Netscape 6.1 window doesn't work?
That's awful! I'm still clinging to Navigator 4.08 when and where I can,
which does work when dragging a file.
Glad it worked out for you.
Bob.Kalbaugh
>
>
Entity Bob.Kalbaugh spoke thus:
>
>
> set webFile to choose file --internet location file
>
>
>
> tell application "Finder"
>
> set addy to location of webFile
>
> end tell
>
>
>
> tell application "Netscape Navigator"
>
> activate
>
> OpenURL addy
>
> end tell