Re: Trying to get elements from a web site using VB 6
- From: "Greg@xxxxxxxxx" <Greg>
- Date: Tue, 13 Jun 2006 22:40:41 GMT
On Tue, 13 Jun 2006 11:38:30 -0400, "Igor Tandetnik"
<itandetnik@xxxxxxxx> wrote:
Greg <Greg@xxxxxxxxxx> wrote:Can you shed any light on how to log in to Yahoo mail via a VB 6
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.
Program?
I was trying to get the element of the login page to be able to log
in.
I have googled this subject quite a bit but cannot seem to find the
answer.
A link to a tutorial on how to do so would be wonderful.
Thanks.
.
- Follow-Ups:
- Re: Trying to get elements from a web site using VB 6
- From: Igor Tandetnik
- Re: Trying to get elements from a web site using VB 6
- References:
- Trying to get elements from a web site using VB 6
- From: Greg
- Re: Trying to get elements from a web site using VB 6
- From: Igor Tandetnik
- Trying to get elements from a web site using VB 6
- Prev by Date: iwebbrowser events
- Next by Date: Re: Trying to get elements from a web site using VB 6
- Previous by thread: Re: 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
|
|