随笔分类 -  ASP

摘要:使用ABCPDF可以把指定网页中的图片文字生成为PDF文件。7.0.1.1Professnional版下载网址:http://www.3ddown.com/soft/12233.htm标准版序列号(Standard License):341-639-358专业版序列号(Professnional License):719-253-057官方网址:http://www.websupergoo.com把指定网址的全部内容及图片生成为PDF并自动分页代码:123456789101112131415161718192021222324<%@LANGUAGE="VBSCRIPT" 阅读全文

posted @ 2012-12-26 15:09 canny_strive 阅读(723) 评论(1) 推荐(0)

摘要:Function GetXml(Xml_Url)GetXml_Temp =""Dim objXml'On Error Resume NextSet objXml = Server.CreateObject("Msxml2.ServerXMLHTTP")objXml.SetTimeOuts 10000, 10000, 30000, 30000objXml.Open "GET",Xml_Url,FalseobjXml.Send()If (objXml.ReadyState = 4) And (objXml.Status = 200 阅读全文

posted @ 2012-11-19 14:06 canny_strive 阅读(156) 评论(0) 推荐(0)

摘要:memailbody = RegReplace("<rplmsg>(.|\n)*?</rplmsg>",memailbody,"<div align=left>"&Trim(request("content"))&"</div>" )Function RegReplace2(stPattern,stString,stReplace)RegReplace= stString Dim regEx, Match, Matches Set regEx =New 阅读全文

posted @ 2012-11-19 14:02 canny_strive 阅读(123) 评论(0) 推荐(0)

导航