Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Articles Thread, Lesson : HTML Linking to E-Mail in HTML Tutorial in HTML / XHTML; Lesson : HTML Linking to E-Mail in HTML Tutorial Having a link that allows visitors to send email from your ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=4793


Reply
LinkBack (1) Thread Tools Display Modes
Lesson : HTML Linking to E-Mail in HTML Tutorial
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
17-10-2008, 09:14 PM
 
Lesson : HTML Linking to E-Mail in HTML Tutorial

Having a link that allows visitors to send email from your website can be a great addition to your site, making it easy for your visitors to send questions or comments.

There is a special link for this action.

Email links are done much the same as links to other pages, using the
<a href> tag.

An email link would require the following code:

HTML Code:
   <a href="mailto:youremailaddress">Email Me</a>
This will result in the visitor's email program opening a new email with your address already in the To: field.



If you wish to have a specific subject in the email, you can add it to the html code using subject= setting :

HTML Code:
<a href="mailto:email@echoecho.com?subject=SweetWords">
Send Email</a>
Suppose you want an email link for your visitors containing specific text in the body of their message, simply add &body=:

HTML Code:
<a href="mailto:email@echoecho.com?body=Please send me a copy of your new program!">Send Email</a>
Or combine all the options and allow your visitor to send email with the address, subject and text already entered.

HTML Code:
<a href="mailto:MoonTy@egypt.com?subject=SweetWords
&body=Please send me a copy of your new program!">Email Me</a>
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Articles Thread, Lesson : HTML Linking to E-Mail in HTML Tutorial in HTML / XHTML; Lesson : HTML Linking to E-Mail in HTML Tutorial Having a link that allows visitors to send email from your ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=4793


Bookmarks

Tags
email, html, lesson, linking, tutorial


LinkBacks (?)
LinkBack to this Thread: http://forum.egypt.com/enforum/articles-f129/lesson-html-linking-e-mail-html-tutorial-4793.html
Posted By For Type Date
Lesson : HTML Linking to E-Mail in HTML Tutorial - Egypt Forums - Codehead Webmaster Forums This thread Refback 22-09-2009 09:27 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Oracle HTML output Tutorial Developer Articles 0 04-12-2008 02:25 AM
Lesson : Flash in HTML Developer Articles 1 22-10-2008 05:53 PM
Lesson : Link & Meta Tags in HTML Developer Articles 0 17-10-2008 09:34 PM
HTML A basic Webpage structure Tutorial Developer Articles 0 17-10-2008 09:07 PM
Lesson : HTML Basics - Tags for Beginners Tutorial Developer Articles 0 17-10-2008 08:53 PM