--- In delphi-webbrowser%40yahoogroups.com">delphi-webbrowser
yahoogroups.com, "crulex32" <crulex
...> wrote:
>
> I have a toolband with TEmbeddedWB control on top, so that it displays
> contents of the web page. I know I could use explorer bar for this but
> the customer wanted the toolband to be located at the top part of
browser.
>
> Now the customer needs to navigate the main IE page from the web page,
> displayed in the toolband. I think this cannot be done unless I
> program a COM interface callable from JavaScript to achieve this.
> Could you point me to any other solution for this?
>
> Thanks in advance,
> Alexey
>
Hello If you want to navigate to a page on IE from with in your
delphi. You can do Shellexec('http:www.you.coj', and so on
If you need to navagat from the webpagein delphi do a
webbrowser1.navagate('http:www and so on.
Regards
Grant
.