Hi,
I have a webpage, which I have no control over, that is basically just a table full of data. I've looked at the source code and the imformation I would like to important isn't named in any way, shape or form. It's not valid xhtml either, as the code is riddled with style tags.
Example:
I would like to be able to make a VB application that would be able to import some of the data so I can make a report. Is there anyway I would be able to do this? In particular, this is like an employee sign-in log... so each employee should have an entry each day. I would like to be able to determine when an employee hasn't logged in, using their name and 'start date and time' attribute.
Any ideas or tutorials I can reference would be greatly appreciated!
I have a webpage, which I have no control over, that is basically just a table full of data. I've looked at the source code and the imformation I would like to important isn't named in any way, shape or form. It's not valid xhtml either, as the code is riddled with style tags.
Example:
Code:
<td><b>Last Name: </b>DOE<BR><b>First Name: </b>JOHN<br><b>Start Date and Time: </b>JUN 27,2008 13:30:00 </td>
Any ideas or tutorials I can reference would be greatly appreciated!
Comment