使用html将表格填写到我们所需的电子邮件地址后,如何获取详细信息.... [英] how to get the details after filling a form to our required email address using html....

查看:425
本文介绍了使用html将表格填写到我们所需的电子邮件地址后,如何获取详细信息....的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨.......
填写表格后,如何单击发送按钮来发送邮件.因此我们必须发送一封包含填写表格的所有详细信息的邮件....我要使用html代码...请快速告诉我

hi.......
how can i send a mail by clicking the send button after filling the form..so that we have to gt a mail conataining all the details of filling a form....i want code using html...please tell me fastly

推荐答案

您不能使用HTML发送电子邮件.

HTML将是您用来构建在客户端浏览器中呈现的表单的工具.

如果您希望发送电子邮件,则需要使用以多种服务器端语言之一编写的脚本.该站点具有.NET,PHP和Java的许多示例.

当用户单击提交"按钮时,表单字段将发布到服务器.这些字段将以ACTION属性的形式发送到该位置.服务器接收到该数据,并且根据您的框架,可以轻松地遍历该数据并发送电子邮件.

干杯.
You can''t use HTML to send email.

HTML will be what you use to build the form that is rendered in the client''s browser.

If you wish to send email you will need to use a script written in one of any number of server-side languages. This site has many samples in .NET, PHP and Java.

The form fields are POSTed to the server when the user clicks the submit button. The fields are sent to the location in the form''s ACTION attribute. The server receives that data, and depending on your framework, makes it easy to iterate through that data and send out an email.

Cheers.


这篇关于使用html将表格填写到我们所需的电子邮件地址后,如何获取详细信息....的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆