M
Mike
I need to read a web a page and do a search on the page and gather
information and put it into a text file.
the web page is setup into a table, and displays information on files stuck
in a queue. What I need to do is read the page (without the user seeing it
if possible) search for certain words and get that row of data.
example:
table looks like this:
docNumber FileName
---------------------------------
1234 <docname>text.xml</docname>
I would need to search the page for text.xml and grab the docNumber and put
that into the text file.
Is this possible to do? If so any suggestions on how to do it?
thx
information and put it into a text file.
the web page is setup into a table, and displays information on files stuck
in a queue. What I need to do is read the page (without the user seeing it
if possible) search for certain words and get that row of data.
example:
table looks like this:
docNumber FileName
---------------------------------
1234 <docname>text.xml</docname>
I would need to search the page for text.xml and grab the docNumber and put
that into the text file.
Is this possible to do? If so any suggestions on how to do it?
thx