English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am building a website for a client for my IT class. We have created a questbook section in which their is a form customers can fill out. But we want the information to be submited to our clients yahoo email once the customer presses submit on the page. How would I go about making this happen? or rather what would be the HTML code for this action?

2006-10-25 02:49:10 · 2 answers · asked by Anonymous in Computers & Internet Internet

2 answers

There are two ways to do this.

1) In the action attribute in your HTML form tag, you use mailto:My_Email@yahoo.com, where My_Email@yahoo.com would be the actual email address. If you do it this way, the email that your client receive would not in a very user-friendly way though.

2) You can create some kind of server script to handle the email. You can write it in Perl script, PHP, ASP, ASP .NET, JSP, ColdFusion, ...etc. You use these server side programming languages to capture the information on the form and format the mail in a user-friendly way. If you were to do it this way, the programming language that you use would depend on your web hosting company. The most common ones are ASP, ASP .NET, and Perl. You will need to check with your web hosting company to see what they support.


By the way, I am a web developer by trade. If you have further questions, please feel free to contact me.

2006-10-25 03:01:55 · answer #1 · answered by knitting guy 6 · 3 0

you could attempt here, despite the fact that it may no longer artwork for all clientele. you're fairly greater useful off posting to a CGI or Servlet.

answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers