JavaScript and client side scripting.
Moderator: General Moderators
-
Joe
- Forum Regular
- Posts: 939
- Joined: Sun Feb 29, 2004 1:26 pm
- Location: UK - Glasgow
Post
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

-
feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Post
by feyd »
Code: Select all
mailto:foo@bar.com?subject=urlencoded+subject+string
-
Joe
- Forum Regular
- Posts: 939
- Joined: Sun Feb 29, 2004 1:26 pm
- Location: UK - Glasgow
Post
by Joe »
Thanks alot, much appreciated...