|
|
Entering Subject using Mailto - HTML
|
Views : 300
|
|
Tagged in : HTML
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|