Window.showModalDialog and any WebBrowser permutation

In any case, to access or manage the windows that appear from the JS invocation window. showModalDialog?

I am currently using a WPF web browser, which, as I noticed, has very limited help in this area, so I tried switching to the Forms.WebBrowser version, but it also does not seem to help me ... I tried all different permutations of newwindow events, but they only work when a completely new IE window pops up, as from _blank target ...

In the window that appears, there are a number of flags that you need to click, and then click OK from the code

The best that I have understood so far as a plan so far is to add some JS that emulates the returned dialog parameter. But I was curious if there is a way to control or access this dialog from the code ...

+3
source share

All Articles