The following is the code fragment: In ASP, in addition to some common components such as Adodb and Scripting, we can also use Microsoft's ActiveX method to easily capture: <% url = http://www.intels.net/chunfeng/page/captur.html set ins = Createobject ("Inetctls.inet") ins.Requesttimeout = 20 ins.url = url strret = Inet.openurl () %> <Html> <Head> <Title> Page Catch Test </Title> </Head> <body> <div Align = Center> The content of the captured page: < %= strt %> </div> </Body> </Html> |