PDA

View Full Version : mailto in ie


andrew1234
06-24-2003, 06:24 PM
Hi

in IE if i make a form and send it with a mailto:1@2.3
it arrives as a .att file in a not easy to read format.


how do i make my the forms variable arrive in the body of the e-mail and not an attachment without use server side scripting(php)


thanks

andrew

requestcode
06-24-2003, 07:09 PM
Add this to your form tag: enctype="text/plain"

I would recomend againts using "mailto". Most people do not have their mail client set up correctly causing the form not to work. Server Side languages such as PHP or Perl are a better way. If you don't have access to these then check out some places that offer the service. Good Luck.