Use of mailto, use of mailto

Source: Internet
Author: User

Use of mailto, use of mailto

Use mailto to send emails using Windows-provided emails.

Method 1The Code is as follows:

[Note: The name value in the form element cannot be changed]

<Form action = "mailto: lisi@126.com "> <table id =" tbMail "> <tr> <td> recipient </td> <input type =" text "name =" to "/> </td> </tr> <td> topic </td> <input type = "text" name = "subject"/> </td> </tr> <td> cc </td> <input type = "text" name = "cc"/> </td> </tr> <tr> <td> bcc </td> <input type = "text" name = "bcc"/> </td> </tr> <td> content </td> <input type = "text" name = "body"/> </td> </tr> <td> </ td> <input type = "submit" value = "send"/> </td> </tr> </table> </form>

Display the following, the css style used, look at the http://www.cnblogs.com/2star/p/4458279.html

Method 2, Use tag:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.