Re: VBS GetElementByClassName custom function
- From: "mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx>
- Date: Tue, 9 Oct 2007 09:23:39 -0400
document.getElementsByTagName("*")I may be misunderstanding what you want to
do, but if you want all elements of a certain class,
can't you just use Document.All and check the className
attribute of each Item in All?
document.all would be equivalent to doing
so the OP is still left with all the original problems with the port.
Yes, but it's easy enough to filter those by tagName
and then className, or vice versa. I'm confused as to why
there would be any reason to even consider bringing XML
or RegExp into it when simple DOM does the job.
.
- Follow-Ups:
- Re: VBS GetElementByClassName custom function
- From: Anthony Jones
- Re: VBS GetElementByClassName custom function
- References:
- VBS GetElementByClassName custom function
- From: mrique
- Re: VBS GetElementByClassName custom function
- From: Anthony Jones
- Re: VBS GetElementByClassName custom function
- From: mrique
- Re: VBS GetElementByClassName custom function
- From: mayayana
- Re: VBS GetElementByClassName custom function
- From: Anthony Jones
- VBS GetElementByClassName custom function
- Prev by Date: RE: vb script called from login script exits when login script ter
- Next by Date: Re: VBS GetElementByClassName custom function
- Previous by thread: Re: VBS GetElementByClassName custom function
- Next by thread: Re: VBS GetElementByClassName custom function
- Index(es):
Relevant Pages
|