Re: Mailto with an embedded form?

2004-02-09 Thread Jamie Jackson
he user get's to decide who the >email should go to. > >Thanks for the input though. > >Shawn > >-Original Message- >From: Jamie Jackson [mailto:[EMAIL PROTECTED] >Sent: Monday, February 09, 2004 12:05 PM >To: CF-Talk >Subject: Re: Mailto with an embedded

RE: Mailto with an embedded form?

2004-02-09 Thread Shawn Grover
e who the email should go to. Thanks for the input though. Shawn -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 12:05 PM To: CF-Talk Subject: Re: Mailto with an embedded form? In order to get it parsed as HTML by the mail client, y

Re: Mailto with an embedded form?

2004-02-09 Thread Jamie Jackson
On Mon, 09 Feb 2004 14:05:17 -0500, in cf-talk I wrote: >In order to get it parsed as HTML by the mail client, you need to pass >some extra headers, etc. I'm fairly certain this is not possible in >the context of a mailto. Besides, you're already pushing the mailto to >the point of failure. I was

Re: Mailto with an embedded form?

2004-02-09 Thread Jamie Jackson
In order to get it parsed as HTML by the mail client, you need to pass some extra headers, etc. I'm fairly certain this is not possible in the context of a mailto. Besides, you're already pushing the mailto to the point of failure. However, in your (probably simplified) example, I can't see why th

Mailto with an embedded form?

2004-02-09 Thread Shawn Grover
A client wants us to use the mailto: protocol of an anchor tag to open an email with an HTML form embedded in it.  something like so: action='' method='post'>Comments: name='comment'>">Email Me However, when I try this out the body is put into the email as code - not rendered as a form.  I'm tr