我实在不知道该怎么办了?快救火!!! 我加分了
我的页面怎么也不能把word激活,改为显示图片文件则可以,我是不是漏了什么?代码如下:
<%@ Language=VBScript %>
<%
Set t=server.CreateObject("ShowBlob.WebShowBlob")
SQL="select a.file from table1 a where a.f_id=374"
Dr=t.GetFileMatter(SQL,"file")
Response.ContentType="Application/msword"
Response.BinaryWrite(Dr)
set t=nothing
%>