Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting html table from a webpage
Message
De
10/08/2003 12:59:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Getting html table from a webpage
Divers
Thread ID:
00818707
Message ID:
00818707
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform