| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| New Member | mailto in html 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>
__________________ There is nothing stronger than human will. Nothing can stop it. |
| |
| | #2 (permalink) |
| Senior Member | It should be. HTML Code: <a href="mailto://username@gmail.com?subject=the%20subject%20and%20the%20body&body=test">help</a>
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | #3 (permalink) |
| NamePros Member | <html> <body> <a href=mailto:username@emailprovider.com?subject=web-site-inquiry&body=this>Contact Us</a> </body> </html>
__________________ FREE 1-Year Web Hosting with FREE Domain Registration Host Unlimited Domains in 1 Account 1,500 Gigs Storage, 15,000 Gigs Bandwidth Last edited by drjeff; 02-24-2008 at 02:50 PM. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |