Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading head content

Status
Not open for further replies.

Phonez

Technical User
Jan 16, 2002
58
GB
Is there a way to read the head content on your pages to provide your own google type search utility. I have seen ones knocking around but I just wondered if it is possible to do yourself in asp

Thanks in advance

phonez
 
You may be able to use index server to index all your HTML documents so that you can query them
 
Sorry, might be me being stupid but what is index server, i've never heard of it?
 
You mentioned asp, so i took a wild guess and thought you may have index server. I think it gets installed by default when you install IIS ( the server software required to run asp pages etc)

Index server can go thruogh a specified directory and catalog all the files you have in that directory/sub dir. Well once it has finished you can use it to search (with a language similar to SQL) for filename, filesize etc. It gets really good when you use it with Word Documents because it can get to information such as Keywords, Author, Title, Description, Last modified. It is very good, I use it to index all my MP3's so that I can search and downlaod them from the web. You will have to check if it can pull thing like keywords, title etc from htm pages and asp pages though. There are lots of example code and stuff on the web.
 
Can you search the text within the files as well
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top