Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting html table from a webpage
Message
From
11/08/2003 11:12:17
 
 
To
11/08/2003 08:48:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00818707
Message ID:
00818918
Views:
18
>Chuck,
>You might get the innerHTML and strextarct. ie:
>
>
>lcMyDiv = strextract(oie.Document.Body.innerHTML, ;
>'<div class=index1>','</div>',1,3)
>
>lcMyTable = StrExtract(lcMyDiv, '<table>','</table>',1,3)
>
>Cetin

Thanks I found what I wanted with getElementsByTagName('DIV') then looping though each one until I found the class attribute I wanted.
Charles

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

Click here to load this message in the networking platform