Click to See Complete Forum and Search --> : CHTMLView::OnNewWindow2, how to get URL of that new window.


Walter Bertl
October 18th, 1999, 03:19 AM
CHtmlView::OnNewWindow2( LPDISPATCH* ppDisp, BOOL* Cancel );

Is method of CHtmlWiew class and ppDisp is a to an interface pointer that, optionally, receives the IDispatch interface pointer of a new WebBrowser or Internet Explorer object.

I need to know URL location of that new window of a Internet Explorer object. How to do that?