可以在此基础上结合正则表达式做成更好的效果,希望大家能分享一下xmlhttp的session共享技术
【相关文章:剖析Intel IA32架构下C语言及C】<html> 【扩展阅读:初来乍道】
【扩展信息:静态连接库的创建和使用】<head><title>autoget</title> <meta http-equiv="content-type" content="text/html; charset=gb2312"> </head> <body bgcolor="#ffffff" style="font-family:arial;font-size:12px"> <% ´================================================= ´filename: getit.asp ´intro : auto get data from remote website ´author: babyt(阿泰) ´url: http://blog.csdn.net/babyt ´createat: 2002-02 lastupdate:2004-09 ´db table : data ´table field: ´ uid -> long -> keep id of the pages ´ ucontent -> text -> keep content of the pages(html) ´=================================================server.scripttimeout=5000
´on error resume next
set conn = server.createobject("adodb.connection") conn.open "provider=microsoft.jet.oledb.4.0;data source=" & server.mappath("getit.mdb") set rs = server.createobject("adodb.recordset") sql="select * from data" rs.open sql,conn,1,3dim comefrom,myerr,mycount
´========================================================
comefrom="http://www.xxx.com/u.asp?id=" myerr1="该资料不存在" myerr2="该资料已隐藏" ´========================================================... 下一页