php - How can i attached multiple documents in javascript mailto? -


we need attached multiple document in mail in using javascript or j query.

we need attached document path must live uri like: http://www.axmag.com/download/pdfurl-guide.pdf

my code like: html:

<a onclick="sendmaildocument();">mail</a> 

javascript:

function sendmaildocument() {       document.location = "mailto:user@example.com?attach="+"http://www.axmag.com/download/pdfurl-guide.pdf"; }  

please me..!

no, can not add attachment message mailto: url scheme. mailto: supports header values or text/plain content. see rfc 2368 details.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -