| View previous topic :: View next topic |
| Author |
Message |
rossi jean-luc Guest
|
Posted: Mon Oct 13, 2003 1:37 pm Post subject: open a new window (ie) from an activeX |
|
|
Hello,
i have an activeX control in a web page and i want to open en url in a new
web page from this one.
Is it possible ?
Thanks
Jean-Luc
|
|
| Back to top |
|
 |
Pascal Chapuis Guest
|
Posted: Mon Oct 13, 2003 3:54 pm Post subject: Re: open a new window (ie) from an activeX |
|
|
Get the IWebbrowser2 interface through container or
IServiceProvider/IWebBrowserApp.
With this interface initiate the navigation...
pascal
"rossi jean-luc" <jl.rossi (AT) astriadev (DOT) com> a écrit dans le message de news:
[email]3f8aaac5 (AT) newsgroups (DOT) borland.com[/email]...
| Quote: | Hello,
i have an activeX control in a web page and i want to open en url in a new
web page from this one.
Is it possible ?
Thanks
Jean-Luc
|
|
|
| Back to top |
|
 |
rossi jean-luc Guest
|
Posted: Tue Oct 14, 2003 6:45 am Post subject: Re: open a new window (ie) from an activeX |
|
|
My activeX is in html Page and i don't use WebBrowser
Jean-Luc
"Pascal Chapuis" <pascal.chapuis (AT) online (DOT) fr_nospamm_please_thanks> a écrit
dans le message de news: [email]3f8ac9f1 (AT) newsgroups (DOT) borland.com[/email]...
| Quote: | Get the IWebbrowser2 interface through container or
IServiceProvider/IWebBrowserApp.
With this interface initiate the navigation...
pascal
"rossi jean-luc" <jl.rossi (AT) astriadev (DOT) com> a écrit dans le message de news:
[email]3f8aaac5 (AT) newsgroups (DOT) borland.com[/email]...
Hello,
i have an activeX control in a web page and i want to open en url in a
new
web page from this one.
Is it possible ?
Thanks
Jean-Luc
|
|
|
| Back to top |
|
 |
|