[SOLVED] Quick 'n' Simple

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Quick 'n' Simple

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 8)
User avatar
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
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Thanks alot, much appreciated...
Post Reply