|
I was thinking of something more in line with using the MSHTML document object, doing a CreateDocumentFromURL to get the document object, and then loop through tags, looking for the ones that are <a name tags.
The thing is, I'm not sure I can restrict it to <a name. I think I can only look for anchors (ie. <a ) and then figure out which ones are name and which are href type tags. Just wondering if anyone else has experience with this.
I've done a little bit in javascript, but never in vb and so I'm anxious to try.
If I can get it in vb, then I'll do it in vbscript as well, just for fun.
|