i have got such a problem here:
i have a webpage in webbrowser control. that page uses javascript and had subscribed to number of events (i.e. click).
here is algorithm that needed:
- load page in webbrowser component
- in C# part of code force page to unsubscribe from javascript event
is there anyway to do that?
thanks in advance.
1. method: create the unsubscription functions in javascript and then call it from c# side,
in the page code:
in C# side:
2. method: call the unsubscription code directly from c#