使用html或java脚本发送邮件 [英] sending mail using html or java script

查看:124
本文介绍了使用html或java脚本发送邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


如何通过在html中填写表格来使用html或java脚本自动发送邮件.
我希望将表格的详细信息发送到我的邮件中.

如何使用html或javascript.

请告诉我.

Hi
How can I automatically send mail using html or java script by filling form in html.
I want the details of the form to my mail.

How its possible to get using html or javascript.

Please tell me.

推荐答案

您可以看到此链接

点击

点击
you can see this link

click

click


尝试一下. .


Try This...


<table border="0">
    <tr>
        <td><b>Your Email:</b></td>
        <td><asp:TextBox runat="server" ID="UsersEmail" Columns="30"></asp:TextBox></td>
    </tr>
    <tr>
        <td><b>Subject:</b></td>
        <td><asp:TextBox runat="server" ID="Subject" Columns="30"></asp:TextBox></td>
    </tr>
    <tr>
        <td colspan="2">
            <b>Body:</b><br />
            <asp:TextBox runat="server" ID="Body" TextMode="MultiLine" Columns="55" Rows="10"></asp:TextBox>
        </td>
    </tr>
    <tr>
        <td colspan="2" align="center">
            <asp:Button runat="server" ID="SendEmail" Text="Send Feedback" />
        </td>
    </tr>
</table>




显然,仅在必要时替换细节即可.

如果有帮助,请标记




Obviously just substitute the details as necessary.

Please mark up if it helps


这篇关于使用html或java脚本发送邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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