| Author: gnanaprakasam 20 Nov 2008 | Member Level: Silver | Rating:  Points: 4 |
Hi, There is an option in HTMl that "Mailto:" It can used like the Following Example
<a href="mailto:Gnana@gmail.com">Send</a>
so the above codein html will create a link button called Send . if u click on that button, it will open a new mail message in Microsoft outlook provided with the to: field with the address as "gnana@gmail.com" .
|