gandhikumar
05-23-2012, 05:14 AM
Dear all,
I tried the following code but I can't get the mail with attachment.
JS snippet:
function OpenMail()
{
window.location.href = 'mailto:rasw@op.pl?attachment="C:\\a.txt"';
}
HTML snippet:
<button onclick="OpenMail(); return false">Send</button>
Please suggest a solution.
I tried the following code but I can't get the mail with attachment.
JS snippet:
function OpenMail()
{
window.location.href = 'mailto:rasw@op.pl?attachment="C:\\a.txt"';
}
HTML snippet:
<button onclick="OpenMail(); return false">Send</button>
Please suggest a solution.