Redirect the user to the link mailto. This can be done using basic JavaScript:
location.href = "mailto:you@example.com?subject=Test+Message";
Just keep in mind the fact that:
- Many people use email these days (GMail, hotmail, etc.) - not me personally, but ... other people.
- If the user has an email program for the desktop, you will force an unexpected window to them.
- , , - 1. , .
.