I am busy whith a web application(asp) where the helpdesk operator have to mail the customer's document to him. Everything is working, the email program opens, the "To:" address, the "Subject:", and the "Body:" is there, except for the attached pdf file. Here is the code, can any one please tell me how to fix this problem <a href = "mailto:<%=rs("email")%>?subject=Investment Portfolio-<%=rs("date0")%>&body=A copy of your Investment Portfolio, as requested&insert file=c..\OnlineDemo\aims.pdf">
This conversation is currently closed to new comments.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
mailto function (attachments)
Everything is working, the email program opens, the "To:" address, the "Subject:", and the "Body:" is there, except for the attached pdf file. Here is the code, can any one please tell me how to fix this problem
<a href = "mailto:<%=rs("email")%>?subject=Investment Portfolio-<%=rs("date0")%>&body=A copy of your Investment Portfolio, as requested&insert file=c