• 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: Finding default browser with AS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding default browser with AS


  • Subject: Re: Finding default browser with AS
  • From: Jan Pieter Kunst <email@hidden>
  • Date: Mon, 30 Apr 2001 12:55:46 +0200

Andy Wylie (email@hidden) schreef op 30-04-2001 12:35 :

>> Another beginner's question. Is it somehow possible to find the user's
>> default web browser (as identified in the Internet control panel) with
>> Applescript?
>>
>> I know 'open location <URL>' uses the default browser to open the supplied
>> URL, but I would like to find the default browser without opening an URL.
>
> you could ask File Exchange for the browser sig Jan:
> _____________________________
>
> tell application "File Exchange"
> run
> set browser to creator type of (extension mapping "html")
> quit
> end tell
> browser
> _____________________________ Andy


That works, thanks! I was hoping to be able to do this without launching a
separate application (because that is relatively time-consuming), but if
this is the only way it will have to do.

But (wild idea) maybe I could do this only once, and save the browser
signature in some kind of 'preference' for the script? By saving a text file
with the signature somewhere, maybe, or is it somehow possible for a script
to modify itself permanently? I.e., something like, on first run, find
browser signature, save self with information about default browser, use
that browser for subsequent runs?

Jan Pieter Kunst.-


  • Follow-Ups:
    • Re: Finding default browser with AS
      • From: John W Baxter <email@hidden>
    • Re: Finding default browser with AS
      • From: JollyRoger <email@hidden>
References: 
 >Re: Finding default browser with AS (From: Andy Wylie <email@hidden>)

  • Prev by Date: Re: Finding default browser with AS
  • Next by Date: Re: Finding default browser with AS
  • Previous by thread: Re: Finding default browser with AS
  • Next by thread: Re: Finding default browser with AS
  • Index(es):
    • Date
    • Thread