Re: Trying to get elements from a web site using VB 6



Greg <Greg@xxxxxxxxxx> wrote:
WB.Document.All(i).Type generates this error
"Object doesn't support this action"

and

WB.Document.All(i).Value generates the same error.

However, WB.Document.All(i).TagName and
WB.Document.All(i).OuterText work fine.

Every HTML element supports tagName and outerText properties, but not
every one has type or value properties.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages