Using a "mailto: " link

  • Thread starter Serious_Practitioner
  • Start date
S

Serious_Practitioner

Thanks in advance for any assistance you can provide to this neophyte...

Using FP2003; site is hosted on a Unix server with latest version of
Apache...

I would like to create a "mail to: " link, but in addition to opening the
user's e-mail client and filling in the recipient's e-mail address, I would
like to place some text in the BODY, not the subject, of the message. The
purpose of this is to allow people to automatically subscribe to a mailing
list that comes with the hosting package. The mailing list software wants
the text "subscribe/nameoflist" to appear in the body of the e-mail. This
way, the users can sign up automatically and leave me out of the process.

I've read through the information I have (a big fat reference book on FP and
a book on HTML) and I don't see any reference to this being a possibility.
But it might be an unusual use, so I thought I'd ask the experts.

Many thanks.


Steve E.
 
C

Computer Teachers LC

S

Steve Easton

<a href="mailto:[email protected]?subject=&body=Text goes here">

the ?subject needs to be there even though the subject line will be blank.
To place text in the subject line also, simply add it like this:

<a href="mailto:[email protected]?subject=the subject&body=Text goes here">
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Serious_Practitioner

My thanks go to each of you for your assistance. The problem is solved, and
I learned a few things as well. That makes it a pretty good day.


Steve E.
 
Top