
NewWindow with WebBrower control
NewWindow2 event has a "ppObj" parameter (and a cancel parameter).
on this event do:
Set ppObj = webbrowser1.Object
and do not set Cancel to true
I hope this works
Mert
Quote:
> With NewWindow2 i can cancel a new window, but the page is
> not display.
> How can i display the new page in the webbrowser control?
> i want to use only one control!!
> Thanks, and sorry for my english!!!