[Javascript] Emailing page to user

Peter Brunone peter at brunone.com
Sat May 26 23:33:19 CDT 2001


	Excellent!  Glad you found a way around it.


|-----Original Message-----
|From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
|Behalf Of Andrew Gibson
|Sent: Saturday, May 26, 2001 4:13 PM
|To: javascript at LaTech.edu
|Subject: RE: [Javascript] Emailing page to user

<snip>

|Thanks Peter, the answer to the last part is that the client requested a
|link so the user could be emailed the file in word format !
|
|Well, I came up with a nifty solution. I used AspTear to grab the
|resulting ASP generated page and save into a file. Then I just
|attached the file in cdonts and sent it off to the users supplied
|email.
|But it was a pain, coz I saved the file with an .html extension and cdonts
|just put the files contents in the body of the email  !
|
|So I changed the extension to .doc and hey presto, it sent the file as
|an attachment, with the bonus the attachment opened directly in Word.
|
|I'd had a problem earlier of how to save a HTML file as a Word attachment,
|so I guess that solved that problem too!
|




More information about the Javascript mailing list