HtmlElementCollection hes = instance.ActiveTab.FindElementsByAttribute("a", "tagname", "a", "text");
HtmlElement he = null;
for (int i = 0; i < hes.Count; i++){
he = hes.GetByNumber(i);
he.SetAttribute("href","");
}
HtmlElementCollection hes = instance.ActiveTab.FindElementsByAttribute("a", "tagname", "a", "text");
HtmlElement he = null;
for (int i = 0; i < hes.Count; i++){
he = hes.GetByNumber(i);
he.SetAttribute("href","");
}