Re: Open URL in Netscape?
Re: Open URL in Netscape?
- Subject: Re: Open URL in Netscape?
- From: Gnarlodious <email@hidden>
- Date: Fri, 14 Dec 2001 07:23:38 -0700
Entity JollyRoger spoke thus:
>
> Unless she's refering to a URL that was dragged from text; it's really a
>
> clipping; it's creator is 'drag'.
>
>
Ah. I hadn't thought of that.
Here is the complete script,it opend the clipping in Netscape 6:
--Open in Netscape
on open dropped --internet location file
tell application "Finder"
set addy to location of (dropped as alias)
end tell
tell application "Netscape 6"
activate
OpenURL addy
end tell
end open
Further improvements might be filtering for the right filetype and opening
other URL's, but this is good enough for now.
Rachel
http://www.gnarlodious.com