Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to get the handle of interface of Iwebbrowser2 from CHtmlView: ak
IWebBrowser2 is protected member variable(m_pBrowserApp) of CHtmlView class. If you are using within CHtmlView derived class u can directly access 'm_pBrowserApp' or else you have to write a delegating function. Hth, Ramu