我想用ie以word方式打开,用下面的代码,有的机器可以执行,可的机器报以错
<%
Response.ContentType = "application/msword"
response.AddHeader "content-disposition", "inline; filename=report.doc"
response.write "234234234234234234234234"
%>
有的机器可以正常执行。在打开的word中写字串
有的打不开,报错
“您不能关闭word ,因为有一个对话框正处于活动状态。。。。。。。。。。”