CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
message with email link from website
iansmail
Permalink to comment
#
December 2009
Could anyone let me know how to include a small message saying "linked from website " when my friend recieves email from
customers who are coming direct from the site.(mailto:)
Thanks ian
MJK
Permalink to comment
#
December 2009
You can make the HTML like this to include a subject:
<a href=\"mailto:you@website.com?subject=I Came From Your SIte\">email us</a>
Keep in mind that this doesn't keep the user from changing the subject of the email.
iansmail
Permalink to comment
#
December 2009
Hi MJK
thanks for that reply will try this out on the site
Add a Comment
customers who are coming direct from the site.(mailto:)
Thanks ian
Keep in mind that this doesn't keep the user from changing the subject of the email.
thanks for that reply will try this out on the site