For example: 1) In webBrowser1 page index.html is loaded. 2) This page has the following code:
...
<a id="activity_text" href="#" onclick="activity_editor.show();return false;">now status</a>
...
3) As I can in the program way to change "now status"?
I tried so:
HtmlElement collH1 = document.GetElementById("activity_text");
collH1.InnerText = "new status";
But this way works only in the control webBrowser1. If then to come to look through IE/Opera/FF that has varied of nothing...