Re: Email links in Facespan
Re: Email links in Facespan
- Subject: Re: Email links in Facespan
- From: "J. B. Stewart" <email@hidden>
- Date: Fri, 4 May 2001 07:35:06 -0400
At 11:50 AM +1000 5/4/01, David Lloyd wrote:
>
Can anybody help me with this...
>
>
I'm creating a Facespan application which contains an email link in a
>
window. The plan is when you click on the link, the default browser opens
>
with a new message ready to go.
>
>
I can do this with a URL link which opens a browser window, (using "open
>
location" in the standard additions) but I can't replicate this action for
>
emails.
>
>
Any clues?
>
>
David Lloyd.
>
This works OMM.
set emaddr to "email@hidden" -- change address
open location "
mailto:" & emaddr
John