Is it possible to be able to analyse the a fragment of html and access the elements collection, for example
I use this to get all the content
Set objDocument = objMSHTML.createDocumentFromUrl
Then
myFragment=objDocument.getElementById("hardcover_meta_binding_winner").innerHTML
to access an ID html
I then want to be able to loop through the elements in the fragment, for example all TRs
I just can't work out how to do that
Any help would be appreciated
Thanks
Grant
Bookmarks