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



On Tue, 13 Jun 2006 11:38:30 -0400, "Igor Tandetnik"
<itandetnik@xxxxxxxx> wrote:

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.
Can you shed any light on how to log in to Yahoo mail via a VB 6
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.
.



Relevant Pages