|
-
May 10th, 2006, 07:43 AM
#1
Thread Starter
Member
[RESOLVED] Extracting HTML Table Data using DOM
I am try to create a program that would extract song title, album name from AOL Music Page. Here is the link.
http://music.aol.com/artist/coldplay/435023/video
Data is given in a table. I have been trying to do it with "For Each table In wb.Document.body.getElementsByTagName("table")" code. But the problem is it gives some error. Dont worry about the error, the basic problem is I am not at all familiar with extracting data from tables. I know how to do it from normal pages using .innerhtml, .innertext etc but not from tables.
Can someone provide me a sample code to extract data from the above mentioned page?
Last edited by Inman; May 10th, 2006 at 09:40 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|