Home All Groups Group Topic Archive Search About

Form submit from an HTML email



Author
14 Jul 2006 4:17 PM
newcomsas
Hallo.

I'm working on an email message sent in HTML format. As the email reach
the adressee the HTML is correctly visualizaed (I made sever tests with
Outlook 2003).

The fact is that the code contains a <form> that should be submitted to
an external ASP page. The <form> tag naturally cointains a
target=_blank and a proper action.

Anyway it semms to be impossible to make the form work. The submit does
not work; it is evidently an Outlook permission matter...

I verified that sever other things such as <iframes and Javascript code
do not work at all when an HTML is visualized in Outlook.

Is there a way, in your knowledge to go round the problem ?

I thank you in advance for any help



Newcomsas

Author
14 Jul 2006 4:20 PM
Mike Brind
newcom***@hotmail.com wrote:
Show quote
> Hallo.
>
> I'm working on an email message sent in HTML format. As the email reach
> the adressee the HTML is correctly visualizaed (I made sever tests with
> Outlook 2003).
>
> The fact is that the code contains a <form> that should be submitted to
> an external ASP page. The <form> tag naturally cointains a
> target=_blank and a proper action.
>
> Anyway it semms to be impossible to make the form work. The submit does
> not work; it is evidently an Outlook permission matter...
>
> I verified that sever other things such as <iframes and Javascript code
> do not work at all when an HTML is visualized in Outlook.
>
> Is there a way, in your knowledge to go round the problem ?
>
> I thank you in advance for any help
>

Do you have Firefox set as your default browser?

--
Mike Brind
Author
14 Jul 2006 4:31 PM
Newcomsas
Mike Brind:

> Do you have Firefox set as your default browser?

My default browser is IE6.

Newcomsas
Author
14 Jul 2006 4:38 PM
Ray Costanzo [MVP]
Why are you e-mailing a form?  E-mail is for e-mail.  Web browsers are for
Web forms.  Why not e-mail a link to a page with your form?  There are
countless reasons that you should at least consider this.

Ray at work

<newcom***@hotmail.com> wrote in message
Show quote
news:1152893824.601910.223960@s13g2000cwa.googlegroups.com...
> Hallo.
>
> I'm working on an email message sent in HTML format. As the email reach
> the adressee the HTML is correctly visualizaed (I made sever tests with
> Outlook 2003).
>
> The fact is that the code contains a <form> that should be submitted to
> an external ASP page. The <form> tag naturally cointains a
> target=_blank and a proper action.
>
> Anyway it semms to be impossible to make the form work. The submit does
> not work; it is evidently an Outlook permission matter...
>
> I verified that sever other things such as <iframes and Javascript code
> do not work at all when an HTML is visualized in Outlook.
>
> Is there a way, in your knowledge to go round the problem ?
>
> I thank you in advance for any help
>
>
>
> Newcomsas
>
Author
14 Jul 2006 4:50 PM
Newcomsas
Ray Costanzo [MVP]:

> Why are you e-mailing a form?  E-mail is for e-mail.  Web browsers are for
> Web forms.  Why not e-mail a link to a page with your form?  There are
> countless reasons that you should at least consider this.

The email HTML code should send (via POST) a long XML string to an ASP
page. On the ASP page this XML is passed to a flash movie via
Javascript. There is no way to simply send this string via querystring,
the text long exceeds 256 characters. So I fear I have no real
alternatives but to submit a form in the way I described.

Newcomsas

AddThis Social Bookmark Button