首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

怎么生成doc文件

2012-02-27 
如何生成doc文件就是生成一个doc文件下载到客户端我知道txt文件是Response.ContentTypetxt/html Respon

如何生成doc文件
就是生成一个doc文件下载到客户端

我知道txt文件是
Response.ContentType   =   "txt/html "      
Response.addheader   "Content-Disposition ",   "attachment;Filename=Results.txt "

[解决办法]
Response.ContentType = "application/msword "

关键是内容呢?已经在数据库了?
[解决办法]
不明白?生成的word没有格式的?纯文本?
[解决办法]
http://blog.programfan.com/article.asp?id=24954
这里有一个,不知道是不是你想要的

热点排行