07-21-2008, 02:58 PM
Hi,
is it possible in some way to define the properties in the description.create with OR conditions? for example:
If i don't use target as property, i'll extract also links with target = "".
The only way is to use 2 distinct objects with different target?
thanks
is it possible in some way to define the properties in the description.create with OR conditions? for example:
Code:
Dim descrLink, objLink
Set descrLink = Description.Create()
descrLink("Class Name").value="Link"
descrLink("target").value="_top" or descrLink("target").value="_blank"
Set objLink = pag.ChildObjects(descrLink)
If i don't use target as property, i'll extract also links with target = "".
The only way is to use 2 distinct objects with different target?
thanks