P
P-GPS
Hi,
I am loading a webpage in the "webbrowser" in a VB .NET
application. There are some javascript events which occur when I click
a particular button, or link etc. However, these are AJAX
applications, so on the status bar of a regular internet explorer
browser, I see "DONE" and javascript:void() being displayed before
and after clicking the button/link. The javascript basically changes
the value of a DHTML tag. I want to capture (eventually) the changed
value in the innerText of this DHTML tag.
webbrowser1.DocumentCompleted doesn't help much.
What I would like to do is to be able to capture that there is an
event which occurs. The event may be me pressing/releasing a button
which causes the javascript to run. Howver, once this event occurs, I
want to read this innerText of the DHTML tag.
I am new to VB .NET and may not have put it in the right terms. Let me
know if you need more explanation.
Thanks.
I am loading a webpage in the "webbrowser" in a VB .NET
application. There are some javascript events which occur when I click
a particular button, or link etc. However, these are AJAX
applications, so on the status bar of a regular internet explorer
browser, I see "DONE" and javascript:void() being displayed before
and after clicking the button/link. The javascript basically changes
the value of a DHTML tag. I want to capture (eventually) the changed
value in the innerText of this DHTML tag.
webbrowser1.DocumentCompleted doesn't help much.
What I would like to do is to be able to capture that there is an
event which occurs. The event may be me pressing/releasing a button
which causes the javascript to run. Howver, once this event occurs, I
want to read this innerText of the DHTML tag.
I am new to VB .NET and may not have put it in the right terms. Let me
know if you need more explanation.
Thanks.