I also tried the method to convert HTML to XML but is not worth doing
well, can i get those links whose id started with "s-" from
when I usedvb Code:
webBrowser3.Document.Links[counter]
it assigns null to id, why so.......vb Code:
string id=webBrowser1.Document.Links[counter].Id;
Anyone can help me
Thanks





Reply With Quote