I write a program get Html Document from Internet and parse it. I use code like:
HtmlDocument html = webbrowser1.Document;
HtmlElementCollection tags = html.getElementsByTagName("td")
I want to retreive the name of the javascript method associating with a like:
Replies
Know the answer? Post it — somebody with the same question will find it here.