Re: Trying to get elements from a web site using VB 6
- From: "Greg@xxxxxxxxx" <Greg>
- Date: Tue, 13 Jun 2006 23:30:20 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).
Thanks
.
- 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: 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
|
|