Tekkaman

导航

 

2012年7月17日

摘要: 【All About BHO】 IE6中,因为一个iexplore.exe只有一个窗口,所以一个iexplore.exe加载一份BHO。 IE8中,一个iexplore.exe有多个tab,每个tab生成一个你的BHO对象。 每一个窗口,对应一个IWebBrowser对象,对应一个或多个IHTMLWindow、IHTMLDocument,每个IHTMLDocument与IHTMLWindow一一对应。 多个IHTMLWindow之间有层级关系,只有一个窗口是顶级窗口。 阅读全文
posted @ 2012-07-17 15:31 Tekkaman 阅读(261) 评论(0) 推荐(0)
 
摘要: 【RelationShip】 Typically, the browser creates onewindowobject when it opens anHTMLdocument. However, if a document defines one or more frames—that is, contains one or moreframeoriframetags—the browser creates onewindowobject for the original document and one additionalwindowobject for each frame. .. 阅读全文
posted @ 2012-07-17 14:48 Tekkaman 阅读(285) 评论(0) 推荐(0)