Click to See Complete Forum and Search --> : JavaScript and Email Attachments.


jburgess
12-11-2002, 09:06 PM
Hi;
I have an order form that I'd like to put a button on that allows the user to email the order form as an attachment to an email using their default email client. I understand how to do the mailto:...?subject="blah" &body="blah blah"

If there is a way to attach the contents of the current window.document object so that it shows as a file attachment in the email message, that would be perfect. Does anyone have any ideas?

Any help would be greatly appreciated.

jburgess
12-27-2002, 05:37 PM
Dave - Do You have any examples I could follow?