A new version of the Chilkat Spider ActiveX was released today.
It now includes three new properties:
LastHtml — The HTML source of the last page fetched (via CrawlNext)
LastHtmlTitle — The contents of the HTML title tag of the last page fetched.
LastHtmlKeywords — The contents of the HTML keywords META tag of the last page fetched.
The reference documentation has not yet been updated.
The CreateObject statement for using Chilkat Spider in VBScript or ASP is:
set spider = CreateObject("SpiderX.Spider")
or
set spider = Server.CreateObject("SpiderX.Spider")
The CkSpider class is now available as a C++ class library. An example program follows this post. The .NET version will be coming soon…