I am working on a win forms application trying to control the DOM of a page
that starts several javascript functions. I can control window.open()
functions with the newwindow2() event of the AxWebBrowser control. However, I
cannot seem to be able to control the DOM of a modal dialog window started by
a javascript function using window.showModalDialog(). Any suggestions would
be greatly appreciated. |