|
|
#1 |
|
New Member
![]() Join Date: Apr 2007
Posts: 9
|
I am trying to use the tag "mailto" in an HTML file to prompt the user to email me. Specifically, I want to have the subject and the body of the email message already filled in when the user sends me the email.
So far, I have managed to have a hyperlink where the body is already filled in: HTML Code:
<a href="mailto::username@gmail.com?body='test'">this works</a> HTML Code:
<a href="mailto:usernamegmail.com?subject='the subject'">this works too</a> HTML Code:
<a href="mailto::username@gmail.com?subject='the subject and the body'?body='test'">help</a> |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|