December-12-2010
Filed Under (Programming & Design) by admin

I am making a website and I need to make a form. I need a form that will send me the information that I request, without opening a mail application such as outlook. If anyone has a code or knows of a code for this, please tell me. Thanks.
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit
  • Webnews
  • MisterWong
  • Y!GG


Comments
pete h on December 14th, 2010 at 7:49 pm #

You need a mailer CGI on your server to do it all in HTML. That is how I’ve set them up in the past…

BUT…

PHP has a mail function built right into it….and the code for it is available in a million different flavors by searching “php mail form script”

PayneLessDesigns.com on December 17th, 2010 at 3:34 am #

Ought to get you started

Ron

fang on December 17th, 2010 at 1:07 pm #

form action=”mailto:aa@test.com”

or you can use server scripting to handle the emailing portion

Post a comment
Name: 
Email: 
URL: 
Comments: