Good info!

Does anybody know how to specify an attachment though?

Thanks,
Ian

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Buzz Kettles
Sent: Thursday, July 19, 2001 9:33 PM
To: [EMAIL PROTECTED]
Subject: Re: <lingo-l> field-contents -> emailBody


I searched the web for "mailto protocol" & found an IE doc that mentions:

The Recipients field can be blank, a single e-mail address, or
multiple e- mail addresses separated by semicolons (;).

    PARAMETER     DESCRIPTION
    ---------     ------------------

    CC=           Carbon copy
    BCC=          Blind carbon copy
    SUBJECT=      Subject text
    BODY=         Body text

----------------------------------------------------------------------
And I tried this from d8 mac & it worked:

goToNetPage "mailto:Buzz <[EMAIL PROTECTED]>, Tony Åström
<[EMAIL PROTECTED]>?[EMAIL PROTECTED]?[EMAIL PROTECTED]?SUBJECT=te
st
email?BODY=" & member("myField").text

however, it might be easier to construct the string first:

x = "mailto:[EMAIL PROTECTED]?subject=test email?BODY=" &
member("myField").text
goToNetPage x

hth

-Buzz

At 11:57 PM +0200 7/19/01, Tony Åström wrote:
>Hi all,
>
>can I put the field-contents into the emailBody
>with lingo(dir 8.0) but and without an Xtra?
>Somethings like
>goToNetPage "mailto:[EMAIL PROTECTED]?body=hopefully the
>field-contents????????"
>
>thanks in advance
>Tony
>
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to