retrieving list items from ordered list in HTML
It would help if you could post the HTML (a small example) for the OL
element.
Tim
wrote in message
...
hello
I am using the getelementsbytagname="OL" method(?) to capture items in
an ordered list. Each list item is an anchor and a label (link to
another web site). I want to capture the label but not the anchor. I
am not sure how to use innertext to capture one part versus the
other. when capturing table data I can do this with .Rows(j).Cells
(0).innertext not sure what to do with a LI
tia
|