Welcome! Log In Create A New Profile

Advanced

HTML: Lesson 4: Topic A

Posted by antiother-77681541 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar HTML: Lesson 4: Topic A
July 05, 2012 09:21PM
You can add a default subject and body to automatically appear in your mail client when you click a mailto link by:
succeeding your mailto link with a "?" and then optionally "subject=subject"(without quotes) and/or "body=body"(without quotes).
If you want to add both a default subject and body, join them with an "&" operator(without quotes) with no spaces in between.
For spaces between the words of your default subject and body, use "%20"(without quotes).
All together the syntax is:

Language: HTML
<a href="mailto:email@address.com?subject=a%20subject%20here&body=a%20body%20here">mail link</a>
you can paste the above line into an html file to see it working.

this would automatically add "a subject here" to your subject line, and "a body here" to the body of you email.
Re: HTML: Lesson 4: Topic A
July 09, 2012 03:06PM
Activity completed.
Re: HTML: Lesson 4: Topic A
August 01, 2012 03:59PM
Thanks antiother-77681541 for that! smile
Re: HTML: Lesson 4: Topic A
August 19, 2012 11:57AM
Email links done
avatar Re: HTML: Lesson 4: Topic A
August 20, 2012 01:42PM
Done.
Re: HTML: Lesson 4: Topic A
October 20, 2012 09:05PM
Done
Sorry, only registered users may post in this forum.

Click here to login