Re: Tell default browser to open a URL
Re: Tell default browser to open a URL
- Subject: Re: Tell default browser to open a URL
- From: Gnarlodious <email@hidden>
- Date: Tue, 04 Dec 2001 10:46:17 -0700
On 12/3/2001 4:12 AM, "Paul F. Henegan" <email@hidden> wrote:
>
+event sysogurl; "http://some.url" with +class errr;
This does not work for me but this does:
tell application "Finder" to +event sysogurl; "
http://www.gnarlodious.com/"
with +class errr;
Is this the way my mail viewer(OE) translates the object enclosures?
Here is the procedural version:
tell application "Finder" to [Opt \]event sysogurl[Opt Shift \]
"
http://www.gnarlodious.com/" with [Opt \]class errr[Opt Shift \]