Re: VBS GetElementByClassName custom function
- From: "mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx>
- Date: Mon, 8 Oct 2007 14:15:58 -0400
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?
"Your code appears to assume that the domnode passed in is an XML DOM
node
not a HTML DOM node from IE, is that actually true? If not you can't
appendChild from a HTML Node into an XML Node. "
I agree with your proposition, but could you help me in creating an
html dom handler ?
could i make sg like this :
set my_html_dom = createobject("htmlfile")
.
- 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
- VBS GetElementByClassName custom function
- Prev by Date: Re: Testing FTP Program locally
- Next by Date: registry script
- Previous by thread: Re: VBS GetElementByClassName custom function
- Next by thread: Re: VBS GetElementByClassName custom function
- Index(es):
Relevant Pages
|