随笔分类 - ASP Language
ASP Language
摘要:目录一、环境配置二、ASP对Excel的基本操作三、ASP操作Excel生成数据表四、ASP操作Excel生成Chart图五、服务器端Excel文件浏览、下载、删除方案六、附录正文一、环境配置服务器端的环境配置从参考资料上看,微软系列的配置应该都行,即:1.Win9x+PWS+Office2.Win2000 Professional+PWS+Office3.Win2000 Server+IIS+Office目前笔者测试成功的环境是后二者。Office的版本没有特殊要求,考虑到客户机配置的不确定性和下兼容特性,建议服务器端Office版本不要太高,以防止客户机下载后无法正确显示。服务器端环境配置
阅读全文
摘要:Sub Showspecialspaceinfo(method) dim fso,d,fc,f1,size,showsize,drvpath set fso=server.createobject("Scripting.FileSystemObject") drvpath=server.mappath("pic") drvpath=left(drvpath,...
阅读全文
摘要:session timeout===========條件不成立時返回提交頁面====== if sumoutput_qty>sumquota_qty then response.Write("") rs.close conn.close response.end end if
阅读全文
摘要:"" then set conn=opendb() for j=1 to i if request("ckb_"+cstr(j))"" then conn.BeginTrans sql="update pur set pur_status='5' where pur_id='"&request("ckb_"+cstr(j))&"'" conn.execute...
阅读全文
摘要:1,js打開一個新的窗口 function opencenterwin(page,winName,w,h){ var sw = screen.availWidth; var sh = screen.availHeight; newwin=this.open(page,winName,["toolbar=0,menubar=0,location=0,scrollbars=0,resize=0,...
阅读全文
摘要:HTML頁面內容:=============================================================="> 群組 "" then%> 基本資料 > 廠別資料 " value="1"> ...
阅读全文
摘要:Public Sub Pagination2(PageCount,UrlStr = "") Dim WzPage, PageNum If UrlStr = "" Then If Len(Request("Page")) 0 Then WzPage = CLng(Request("Page")) ...
阅读全文
摘要:ASP分页程序 ID 名称站长详情 评论 报错 更多 收藏 0 Then intTotalPage = Fix(intTotalNum / intPageSize) If intTotalNum Mod intPageSize > 0 Then intTotalPage = intTotalPage + 1 intCurrentPage = Request("i...
阅读全文
摘要:说明 说 明 " )Response.Write FilePath%> 返回上一页 Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=554861
阅读全文
浙公网安备 33010602011771号