Click to See Complete Forum and Search --> : How can I include a subject in an ordinary mailto link?


torbjhe
07-14-2004, 09:12 AM
I would like to have ordinary mailto links that automatically sets a subject for the e-mail. Forms is not an option because of the page layout. How can I fix this?

Mr J
07-14-2004, 09:34 AM
Please try the following

<a href="mailto:yourname@youraddress.com?subject=Your Subject">Mail Me</a>

LeeU
07-14-2004, 09:37 AM
The following will do it:

<a href="mailo:no-one@snai1mai1.com?subject=free chocolate">example</A>

Lee

torbjhe
07-14-2004, 11:52 AM
Thanks guys!