Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

Question about Style

$
0
0

So this might be a real easy if not silly question. I am using VB to get the contents of a webpage into variables. In a table element, a subset of the TR elements are defined as TR Style="SomeName". When I try to return "someName" by TR.Style, what I get as the return value is [object]. I looked at the intellisence list of properties/methods of the Style element and nothing there suggest a text value that would return a property of value "SomeName". Sothe question here is: What property do I need to read in order to distinguish those TR elements with that property value. The other TRs don't have a style defined.

Thanks for any response if this isn't too confusing


50% of programming is coding. The other 90% is debugging


Viewing all articles
Browse latest Browse all 3527

Trending Articles