0

I use Html, jQuery for web designing. In my page, I have an email id as hyperlink on click of which, Microsoft office outlook should get opened with the email id in To: field and a static text as subject line. Can any one please tell me how to do it. Thanks.

Ramson
  • 229
  • 4
  • 12
  • possible duplicate of [Can I set subject/content of email with using mailto:?](http://stackoverflow.com/questions/4782068/can-i-set-subject-content-of-email-with-using-mailto) – GoBusto Mar 17 '15 at 09:00

1 Answers1

2

Are you looking for something like that?

<a href="mailto:webmaster@example.com">Jon Doe</a>

Some examples are available here

Azat
  • 6,745
  • 5
  • 31
  • 48