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 17:26:27 -0700
Entity JJ spoke thus:
>
on open dropped
>
tell app "Finder" to open dropped using application file id "MOSS"
No luck.
Here is my next concept:
on open dropped
set textURL to (text of resource fork of dropped) as string
set onlyURL to (text 1 thru (location of return of textURL))
tell application "Finder"
open file "Apple:Applications:Netscape Folder:Netscape 6"
tell application "Netscape 6"
GetURL onlyURL
end tell
end tell
end open
I think to translate the resource text of the clipping to a string then
extract the "http"portion.
Anyone?
Rachel
http://www.gnarlodious.com