Re: Trying to get elements from a web site using VB 6
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Tue, 13 Jun 2006 11:38:30 -0400
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
.
- Follow-Ups:
- Re: Trying to get elements from a web site using VB 6
- From: Greg@xxxxxxxxx
- Re: Trying to get elements from a web site using VB 6
- References:
- Prev by Date: Trying to get elements from a web site using VB 6
- Next by Date: Logging in to Yahoo to check mail via VB 6.
- Previous by thread: Trying to get elements from a web site using VB 6
- Next by thread: Re: Trying to get elements from a web site using VB 6
- Index(es):
Relevant Pages
|
|