|
-
Jun 27th, 2003, 10:12 PM
#1
Thread Starter
Lively Member
Setting the body of a FORM email
I have a form in HTML which sends an email. I have the form setting the subject of the email by adding "?subject=" to the ACTION value for the FORM.
Something like this...
BUT I also want to be able to set the body of the email.
Is there a way to imbed the body in the ACTION value (like the way it's done with the ?subject) ????
I have tried "?body=" , but does not work.
Any knowledge? Thanks.
-
Jun 27th, 2003, 10:45 PM
#2
Frenzied Member
Code:
<A HREF="mailto:[email protected]?
subject=This is the subject&
body=This%20is%20the%20message%20body">
Click here</A>
Last edited by Memnoch1207; Jun 27th, 2003 at 10:51 PM.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|