Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting html table from a webpage
Message
From
10/08/2003 12:59:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Getting html table from a webpage
Miscellaneous
Thread ID:
00818707
Message ID:
00818707
Views:
52
I want to parse a html table from a web page. The web page has many tables on the page. Each table has a div element around it. There are other div statements that are not around tables. The only way I can tell if it's the data I want is if the div statment class = index1

Example
<div class=index1><table>
*-- Data I want
</table>
</div>
I'm trying IE OLEAutomation and get to the oie.Document.Body but I can't seem to be able to loop though all the div's then once I find the correct div find the table in it.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Next
Reply
Map
View

Click here to load this message in the networking platform