Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Auto Fill an Email Subject and Body with an HTML Mailto Link

You can create an HTML mailto email link that will automatically fill in an email subject line when clicked on. Add the following code to your HTML.


<A HREF="mailto:you@yourdomain.com?subject=Your Subject&body=Message for the body">you@yourdomain.com</a>

Example:

Click Here to test the auto-fill email link.

Many times, you'll find that if you request that a certain word be placed within the subject of an email, it won't be provided. This code can be used to ensure that your email subject is filled in exactly as you require.

 More Web Design Tips