Re: Submitting HTML forms by email
- From: "Sue Mosher [MVP-Outlook]" <suemvp@xxxxxxxxxxxxxxx>
- Date: Fri, 23 Jun 2006 08:17:20 -0400
I have to say that I'm surprised that this ever worked. My recollection is that, in HTML messages, Outlook can handle only GET not POST, but maybe that referred only to http: URLs, not mailto: URLs.
Have you checked your update history to see if you installed any Outlook or IE updates right before you started seeing different behavior?
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Andrey Patyuchenko" <no_reply@xxxxxxxxxxx> wrote in message news:000101c680ac$229729a0$2904a8c0@xxxxxxxxxxxxxxxx
Dear Sue,.
Thanks for responding.
The form we use are simple submit forms, e.g. <FORM
ACTION="mailto:someine@xxxxxxxxxxxxx" METHOD=POST > and the submit
button is very simple too: <INPUT TYPE=SUBMIT id="SUBMIT"
value="Submit">. On most computers, when you hit submit, and go through
all warning, new blank message will be created with POSTDATA.ATT file
attached, that will contain all results gathered from form. This message
will be placed to Outbox folder. But recently, only thing I get when
clicking Submit button, is a new mail message appearing on the screen.
No file is attached to it, and it doesn't putted to Outbox. I reset all
Internet Explorer Security settings to default, and it doesn't helped.
Search through internet returned no results too. I'm puzzled.
--
Sincerely yours,
Andrey Patyuchenko
-----Original Message-----
From: Sue Mosher [MVP-Outlook] [mailto:suemvp@xxxxxxxxxxxxxxx]
Posted At: Thursday, May 25, 2006 4:00 PM
Posted To: microsoft.public.office.developer.outlook.forms
Conversation: Submitting HTML forms by email
Subject: Re: Submitting HTML forms by email
You didn't say what this Submit button does, whether it runs
code or performs a GET or POST against a web site, as the
Submit button on a web page would normally do. The
distinction is important, because Outlook normally doesn't
run code in HTML messages.
"Andrey Patyuchenko" <no_reply@xxxxxxxxxxx> wrote in message
news:000101c67fd9$5c0881d0$2904a8c0@xxxxxxxxxxxxxxxx
Hello to everyone,that rely on
Recently I faced an unusual problem. We develop software
such feature as submitting of HTML forms by email. For example, youthen you see a
receive some form, fill in fields, hitting Submit button,
warning about submitting form results by email, then youshould wait for
5 secs and hit Yes when asking 'are you really-reallyshure?', and then
new email with form resuls attached should be put to auser Outbox. All
was fine, but recently something went wrong in my personal Outlook.results submitted by
After I hit Submit button, I see warning about form
email, you click 'yes' and then you just see new emailmessage window.
There is no more second warning complaining about possible virusof submitting
activity, with 5 seconds delay. It look like the featire
HTML forms by email became somehow disabled, and I justdon't know how
to enable it back. I googled for a possible solutionseveral days - all
in vain. Microsoft support isn't accessible for me,because of the type
of my Office license, so I'm kindly asking for you help.Thank you in
advance.
Windows XP SP2 - Office 2003 SP2.
--
Sincerely yours,
Andrey Patyuchenko
- Prev by Date: Re: Business Contact Manager
- Next by Date: Re: Outlook Form + Public Folder(s)
- Previous by thread: Re: Submitting HTML forms by email
- Next by thread: outlook form approval
- Index(es):
Loading