Sending Data to Microsoft Word
Written by Eric Smith, Northstar Computer Systems LLC
If you want to send your web page content to Microsoft Word, you can do that using a different content type value. Here's the ContentType change you should use:
Response.ContentType = "application/msword"
This will cause your web page's output to be read by Microsoft Word. You may get a dialog asking you to open or save the ASP page. Even though the extension is .ASP on the file you're prompted to save, it will open up correctly in Word.
Keywords: [
ASP Built-in Objects
|
ASP Pages
]
Publication Date: 10/1/2000
|