IHTMLDocument2 - click button inside iframe

前端 未结 2 1291
离开以前
离开以前 2021-01-28 07:05

I\'m creating a DCOM extension for some really old application. Main application has IE control inside of it.

Using C# I was able to get handler for that IE Control as b

2条回答
  •  再見小時候
    2021-01-28 07:23

    This should be possible via contentWindow or contentDocument property of iframe element depending on what IE version you have according to http://www.w3schools.com/jsref/prop_frame_contentwindow.asp However I haven't been able to get it working, contentWindow seems to return some element but it has empty document property (in my case with IE9).

    Since this question has been posted a while ago, I'm wondering if you managed to make some progress with this?

提交回复
热议问题