//js 弹出可以
IHTMLWindow2 win_text = (IHTMLWindow2)webMain.Document.Window.Frames["content3"].Document.Window.DomWindow;
win_text.execScript("setActiveEditor('oEdit1');oEdit1.hide();modalDialogShow('/editor/scripts/source_html.htm',600,450);", "javascript");//不执行了
HtmlElement test= webMain.Document.Window.Frames["content3"].Document.GetElementById("inpType");