Re: making plug in for kids browsers
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Fri, 26 May 2006 16:34:02 -0400
TahoeKid <roger@xxxxxxxxxx> wrote:
CComBSTR bsUrl = _T("http://www.pbs.org");
CComVariant vTarget = "_BLANK";
CComVariant vEmpty;
m_spWebBrowser2->Navigate(bsUrl, &vEmpty, &vTarget,
&vEmpty, &vEmpty);
With target=_BLANK, you explicitly ask for a new instance. Just pass
vEmpty as target, too.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- making plug in for kids browsers
- From: TahoeKid
- Re: making plug in for kids browsers
- From: Igor Tandetnik
- Re: making plug in for kids browsers
- From: TahoeKid
- Re: making plug in for kids browsers
- From: Igor Tandetnik
- Re: making plug in for kids browsers
- From: TahoeKid
- making plug in for kids browsers
- Prev by Date: Re: making plug in for kids browsers
- Next by Date: Browser Helper Object - Help
- Previous by thread: Re: making plug in for kids browsers
- Next by thread: Re: About IE zoom.
- Index(es):