• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Open URL in Netscape?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Open URL in Netscape?


  • Subject: Re: Open URL in Netscape?
  • From: JJ <email@hidden>
  • Date: Thu, 13 Dec 2001 23:40:13 +0100

> on open dropped
> tell application "Finder"
> open file "Apple:Applications:Netscape Folder:Netscape 6"
> tell application "Netscape 6"
> GetURL dropped
> end tell
> end tell
> end open

"dropped" is a file specification, not the URL clipping' contents. Try this:

on open dropped
tell app "Finder" to open dropped using application file id "MOSS"
-- "MOSS" is Netscape's creator type
end open

Good luck!

JJ


  • Follow-Ups:
    • Re: Open URL in Netscape?
      • From: Gnarlodious <email@hidden>
References: 
 >Re: Open URL in Netscape? (From: Gnarlodious <email@hidden>)

  • Prev by Date: Re: Open URL in Netscape?
  • Next by Date: Re: Window basics...
  • Previous by thread: Re: Open URL in Netscape?
  • Next by thread: Re: Open URL in Netscape?
  • Index(es):
    • Date
    • Thread