|
This isn't something you want to do with asp. You can show the results of a search of data(such as a search engine) using asp, But you need to create an appliocation or DLL that will run serverside and spider sites at random. You do it the same way you would build a URL or EMAIL harvester. (Just an example, I never condone harvesting of emails.) But I have created these in the past for the searching and indexing of URLs according to interests groups. They go out and find the data on the web and post the information to a DB then the searches are created using an ASP interface that pulls the data back from the database.
|