Html-tutorial - Entering subject using mailto, Mailto html anchor field


Entering subject using mailto

Most of you are aware of the MAILTO tag in HTML, which allows you to send mail to a particular address by clicking on a link.

What many people do not realize is that by adding a subject to it, you can have the mail automatically come up with the default subject that you select. A standard mailto link will look like this:
<A HREF="mailto:buy@w3calculator.com">

You can give the mail a subject of "Response" by changing it slightly to look like this:
<A HREF="mailto:buy@w3calculator.com?subject=Response">


Html-tutorial - Mailto html anchor field
The topic on Html-tutorial - Entering subject using mailto is posted by - Malu
Hope you have enjoyed, Html-tutorial - Entering subject using mailto . Thanks for your time.

All rights reserved. © www.w3calculator.com