Tuesday, June 2, 2009

How do I create a hyperlink to open an outlook new message?

I want to create a "contact us" section. I have seen other websites that when you click a hyperlink that opens up a new e-mail from your own outlook.
It is actually very simply. You could do it with the fallowing code:

Contact Us

This is a anchor tag with href attribute that contents mailto: to tell the mail client where to send the mail.

If your default mail program is outlook then outlook should open with a new email with the address written in the Mail to: bar ready for you to compose your mail.

Source(s):
To know more you could check the link below:

http://personalweb.about.com/cs/beginnin...

0 comments: