Re: Trying to get elements from a web site using VB 6
- From: "Greg@xxxxxxxxx" <Greg>
- Date: Wed, 14 Jun 2006 04:29:34 GMT
On Tue, 13 Jun 2006 19:25:14 -0400, "Igor Tandetnik"
<itandetnik@xxxxxxxx> wrote:
What's special about the particular element you want to find? Does it
have an ID? If so, you can get it with
document.all("controlId")
(substitute actual ID, of course). Are you looking for a specific tag,
such as <input> ? Use document.all.tags("input") collection.
Arm yourself with DHTML reference, such as this:
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp
or this: http://www.w3schools.com/ (Browser Scripting section).
I got it working.
Thanks for your help.
Greg
.
- 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
- 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
- From: Igor Tandetnik
- Trying to get elements from a web site using VB 6
- Prev by Date: Re: Trying to get elements from a web site using VB 6
- Next by Date: Re: Inconsistent results with IHTMLBodyElement etc
- Previous by thread: Re: Trying to get elements from a web site using VB 6
- Next by thread: Logging in to Yahoo to check mail via VB 6.
- Index(es):
Relevant Pages
|
|