I would like to have a mailto link that will initiate a new email, and would like to pass in the subject line using data from a input box that the user entered, along with some text in the body of the email.
Using html I can call up the new email with the sent to line completed:
<A HREF=mailto:someone@work.com>someone@workcom</A>
but want to pass in the subject and part of the message too.
Is this something Javascript can do, and if so how? If not, can someone point me in the right direction where to find info on this?
TIA!
Using html I can call up the new email with the sent to line completed:
<A HREF=mailto:someone@work.com>someone@workcom</A>
but want to pass in the subject and part of the message too.
Is this something Javascript can do, and if so how? If not, can someone point me in the right direction where to find info on this?
TIA!