
Keeping new windows withing the Web Browser Control and Not Opening in New Window
Add this code to your webbrowser controls NewWindow2 event:
Set ppDisp = WebBrowser1
Change WebBrowser1 to the name of your webbrowser control. I haven't tested
with FTP though, it should not be any different I suppose.
--
Stephan van Erp
http://vbpoint.cjb.net/
Quote:
> Is there any way to keep the new windows within the web browser
> control and not have a new IE window open up, when you are in an FTP
> directory and click on another folder to access its contents? Thank
> you.