T
ThroatWobblerMangrove
I hope I can explain this well.
I'm working in MSHTML. I have a Document and I'm trying to get ALL the
hidden elements. However, I can't parse the Document to get
properties/attributes because it is not consistent. Some elements are
directly 'Display:none' and some are hidden through a CSS (class="hidden")
and some are something else I can't deduce from parsing the DOM.
So my question is, is the an object that MSHTML exposes which from which I
can tell what elements the browser is going to show and not show?
Thanks!!
I'm working in MSHTML. I have a Document and I'm trying to get ALL the
hidden elements. However, I can't parse the Document to get
properties/attributes because it is not consistent. Some elements are
directly 'Display:none' and some are hidden through a CSS (class="hidden")
and some are something else I can't deduce from parsing the DOM.
So my question is, is the an object that MSHTML exposes which from which I
can tell what elements the browser is going to show and not show?
Thanks!!