Sending an outlook express mail from a weppage

O

Odin

I am making a webpage with frontpage 2003
and would like to be able to click some text or picture on the webpage and
then it opens up an outlook express (or outlook) mail with subject and so on
already filled in, ready to send.
I tried saving an email-message as an *.eml-file and placing this in the
web-page,
with no good result.
 
S

Steve Easton

The subject part is easy.
<a href="mailto:[email protected]?subject=more testing">

But what is "so on" supposed to be??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
B

Bob Lehmann

What if they don't have Outlook Express? Would you be willing to send a Pine
email instead?

Bob Lehmann
 
B

Bob Lehmann

But what is "so on" supposed to be??
That would be the attacehd virus, since Outlook Express is the target.

Bob Lehmann
 
W

web_developer

Simply highlight and/or right click on the object, select "Hyperlink
Properties...", click on "E-mail Address" in the lower left hand corner and
type in the email address and Subject Line text in the proper places and
click on ok.

Unless the person that is sending this email to you through this particular
link in your web page has either Outlook or Outlook Express configured as
their defailt e-mail client, their is simply no way to specifically "target"
either Outlook or Outlook Express.
 
O

Odin

Thank you
And what if I would like to add some text also, is there a way to do this?

web_developer skrev:
 
S

Steve Easton

Like this:
<a href="mailto:[email protected]?subject=more testing&body=place some text here"



--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top