Question Parse/List Attributes in an HTMLElement

TBossAZ

Active member
Joined
Mar 31, 2009
Messages
43
Programming Experience
5-10
Greetings Everyone,

Before asking my question, let me just give you some details that may help you in answering. I am using VB 2005 Express and am using the WebBrowser component to parse an HTML file. I am using a HTMLElement variable to loop through the HTML document to list all of the HTML elements.

My question is, is it possible to then parse or list all of the attributes, and their values, in each HTMLElement?

Any help would be greatly appreciated.

Thanks.
 
Back
Top