Entering Subject using Mailto - HTML Views : 300
Tagged in : HTML
0 0
Send mail
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. W

hat 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:support@hioxindia.com">


You can give the mail a subject of "Response" by changing it slightly to look like this:

<A HREF="mailto:support@hioxindia.com?subject=Response">



By Sanju, On - 2010-01-03



    Login to add Comments .