Webbrowser Control Does Not Complete Loading When Javascript:void(0) Called
I have an application in C# which uses a WebBrowser control. On one page the user can click a button to process some information and navigate to a new page. The issue is that when
Solution 1:
This is apparently caused by IE7+'s "Script URL Mitigation" feature and can be fixed for your application by disabling FEATURE_SCRIPTURL_MITIGATION.
Post a Comment for "Webbrowser Control Does Not Complete Loading When Javascript:void(0) Called"