Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Internet Explorer 6.0 has stopped sending forms in email
 

Internet Explorer 6.0 has stopped sending forms in email

I'm running WinXP Home SP2, and after a recent series of updates, my IE 6 has stopped sending forms in emails from my web sites.  The form has been working fine for some years with the following action:

<form action="mailto:userid@domain.com?subject=Family Fact Sheet" method=POST enctype="text/plain">

followed by standard HTML coding, with tables and <input> tags.

When I submit the form, IE opens Outlook Express with the To: and Subject:  fields correctly filled, but nothing at all in the body.

When I submit the form in Firefox, the form works fine, as before.  How can I fix this?

Doug Simmons

P.S.  The form works fine in earlier versions of IE, before 6.0.2900.2180

Doug Simmons  Wednesday, May 31, 2006 10:45 PM

This forum is for questions related to windows forms, i.e. windows desktop apps written in C# or VB.NET. www.asp.net may have a forum where this question is on topic.

cgraus  Wednesday, May 31, 2006 11:10 PM

This forum is for questions related to windows forms, i.e. windows desktop apps written in C# or VB.NET. www.asp.net may have a forum where this question is on topic.

cgraus  Wednesday, May 31, 2006 11:10 PM

You can use google to search for other answers

Custom Search

More Threads

• Problem with designtime support for controls with collections
• How to detect if root component is being closed.
• How to create horizontal menu in Windows Forms
• Search Combobox for value
• similar to horizontal tree view in windows application
• Custom menu items serialization ...
• visibility
• Displaymember by valuemember
• Form dispaly area to bitmap?
• Resize panel in winform