"mailto:" links

admin

Administrator
Staff member
hi everyone!<br />
<br />
i'm trying to figure out what i can control in mailto tags.<br />
<br />
i need to know how to set multiple cc addresses, subject lines etc....<br />
<br />
can anyone help?<br />
<br />
cheers<!--content--><a title="send us an email" href=http://www.htmlforums.com/archive/index.php/"mailto:[email protected]?subject=blarg and foo">write to our sales team</a><br />
<br />
<br />
You can also do Cc and start off the body text as well.<br />
<br />
<br />
Don't forget to encode a few characters of the domain name to try to throw spiders off the trail, or else use javascript to write that line of code out.<br />
<br />
<br />
If you use javascript you'll need to also escape the closing tag, changing </a> to <\/a> instead.<br />
<br />
<br />
<br />
.<!--content-->You can also use this to specify a body text:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"mailto:[email protected]?subject=Some lines&body=Some body content">E-mail me</a><br />
<br />
mailto:[email protected]?subject=Some lines&body=Some body content (<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->?subject=Some lines&body=Some body content)<!--content-->here's the web address i'm using the link on...<br />
it's on the menu [L]<br />
<br />
it's used to send mail to the entire vice-chancellary of my university.<br />
<br />
they've just decided to close the course i'm doing<br />
<br />
the point is....<br />
<br />
this is a good cause we're fighting for here, does anyone know any good tricks i can use here?<br />
<br />
there's a whole heap of addresses in the BCC attribute, i dunno...<br />
<br />
any ideas?<br />
:confused:<!--content-->what more of these so called tricks are you wanting? and you didn't leave an address.<!--content-->
 
Back
Top