Skip to content Skip to sidebar Skip to footer

WebBrowser Control Does Not Work With Some Javascript Constructs

i have found that WebBrowser control (both Winforms and WPF) has certain javascript constructs not supported especially when they are rendered using showModalDialog / showModelessD

Solution 1:

MSDN :

This feature is not supported for applications hosting the WebBrowser Control.


Post a Comment for "WebBrowser Control Does Not Work With Some Javascript Constructs"