Sep 13, 2006 #1 josefin Programmer Oct 29, 2002 26 NZ I want to configure index server to read the contents of an <H3> tag in html files, using an asp page - does any one know how I can achieve this?
I want to configure index server to read the contents of an <H3> tag in html files, using an asp page - does any one know how I can achieve this?
Sep 14, 2006 #2 onpnt Programmer Dec 11, 2001 7,778 US you can parse the text of the pages looking for the tag itself by id or name. then when you find the line that you want do the task that is needed read the text file by means of FSO I suggest using a Regular Expression to find the exact patter you need then also. there is a FAQ on RegEx for doing this that should help General FAQ faq333-2924 5 steps to asking a question faq333-3811 Upvote 0 Downvote
you can parse the text of the pages looking for the tag itself by id or name. then when you find the line that you want do the task that is needed read the text file by means of FSO I suggest using a Regular Expression to find the exact patter you need then also. there is a FAQ on RegEx for doing this that should help General FAQ faq333-2924 5 steps to asking a question faq333-3811