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
vb Code:
  1. webBrowser3.Document.Links[counter]
when I used
vb Code:
  1. string id=webBrowser1.Document.Links[counter].Id;
it assigns null to id, why so.......
Anyone can help me
Thanks