Re: Open URL in Netscape?
Re: Open URL in Netscape?
- Subject: Re: Open URL in Netscape?
- From: Gnarlodious <email@hidden>
- Date: Thu, 13 Dec 2001 20:15:24 -0700
DUDE-YOU ARE A GENIUS!
I guess the operational piece here is "location of webfile"
Thanks!
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
Rachel
http://www.gnarlodious.com