Page 1 of 1

Quick 'n' Simple

Posted: Thu Sep 02, 2004 2:35 pm
by Joe
Is it possible to add a subject along with the email when using:

Code: Select all

<a href="mailt:email@email.com">Email Address</a>
Thanks


Joe 8)

Posted: Thu Sep 02, 2004 2:36 pm
by feyd

Code: Select all

mailto:foo@bar.com?subject=urlencoded+subject+string

Posted: Thu Sep 02, 2004 2:40 pm
by Joe
Thanks alot, much appreciated...