+ Reply to Thread
Results 1 to 3 of 3

possible to locate higher hierarchical list of HTML code?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-12-2010
    Location
    HK
    MS-Off Ver
    Excel 2010
    Posts
    189

    possible to locate higher hierarchical list of HTML code?

    Hi,

    I am working on vb code to perform web automation. I understand that getting a data from the web is achievable usually by using e.g. getelementsbytagname("table") and further narrow down to getelementsbytagname("tr") and then getelementsbytagname("td"). I am curious if I could do it reversely. I am running into a situation where I found a <a> tag and wish to using the location of the <a> tag to look for e.g. <tr> tag that includes the <a> tag. Is it possible to do that?
    English is not my first language

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: possible to locate higher hierarchical list of HTML code?

    HEllo lubbamkt,

    It Would be a big help if you posted the HTML code fragment. HTML is top-down design. You can start at the end and work your way backup.

    The method getElementsByTagName will returna collection of the Tags by that name that are Child Nodes of the Document Body. To get deeper, you must use recursion.

    What can make recursion more complex is if the element belongs to either a Frame or IFrame. These are treated as separate HTML Documenets that redirect to another page.

    So, the more we know the better we can help you find a solution.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Forum Contributor
    Join Date
    11-12-2010
    Location
    HK
    MS-Off Ver
    Excel 2010
    Posts
    189

    Re: possible to locate higher hierarchical list of HTML code?

    Quote Originally Posted by Leith Ross View Post
    HEllo lubbamkt,

    It Would be a big help if you posted the HTML code fragment. HTML is top-down design. You can start at the end and work your way backup.

    The method getElementsByTagName will returna collection of the Tags by that name that are Child Nodes of the Document Body. To get deeper, you must use recursion.

    What can make recursion more complex is if the element belongs to either a Frame or IFrame. These are treated as separate HTML Documenets that redirect to another page.

    So, the more we know the better we can help you find a solution.
    Hi Leith Ross,

    Due to the lengthy HTML code, I cannot post it directly here. Sorry to brother you to download the attached word file which contains the HTML code fragment. Within the code, I used getelementbyid("a") and look for "@" to find out the email address in red (abc@gmail). Now what I would like to do is to base on the <a> tag that contained the email address to find the value in GREEN color (XYZ Restaurant).
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Finding closest higher value from the list
    By Lem Treursić in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-03-2013, 05:55 AM
  2. [SOLVED] Put up the higher value against each code also consider the prior value.
    By PRADEEPB270 in forum Excel General
    Replies: 1
    Last Post: 10-11-2012, 07:09 AM
  3. Hide a list's contents and locate the list results
    By Minimizeme in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-27-2011, 05:51 PM
  4. [SOLVED] Hierarchical List
    By Paul in forum Excel General
    Replies: 1
    Last Post: 08-02-2006, 09:05 AM
  5. [SOLVED] how can i raise row of list prices to 10% higher
    By mowerman in forum Excel General
    Replies: 6
    Last Post: 01-29-2006, 07:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1