I need to attach an image to the mail and open that mail in the mail client and I don't know how to do that. I know how to open the mail client using the code
<a href="mailto:" target="_top">
Send Mail</a>
but how can I do the same when i click on image and send that image as an attachment?????