Results 1 to 9 of 9

Thread: [RESOLVED] Extracting HTML Table Data using DOM

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Posts
    56

    Resolved [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
  •  



Click Here to Expand Forum to Full Width