Re: multiple NavigateComplete2 events from one
- From: "hzgt9b@xxxxxxxxxx" <hzgt9bnopostcom@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 12:33:15 -0700
Paul,
Thanks for the response... I know that some of the URLs are linking to pages
with frames... (stinking frames) that explains the multiple complete event
notifications...
My problem is that I want to take an action only when the entire page has
loaded completely... (i.e. after the last navigateComplete2 event
noyification) any suggestion(s) on how to handle this?
"Paul Larson" wrote:
> >I am receiving multiple NavigateComplete2 but my program only has one
> > Naviagte2 call and it is only being fired one time. Anyone have any idea
> > why
> > multiple completion events are being Triggered?
>
> The event is being called for each html document being loaded. If your main
> document is a frameset, then each frame generates its own
> NavigateComplete2() event.
>
> In your handler for this event, write a debug message showing the URL that
> is generating the event, such as
> System.Diagnostic.Debug.WriteLine("NavComplete2(" & e.uRL & ")")
>
>
>
> HTH
> -Paul
>
>
>
.
- Follow-Ups:
- Re: multiple NavigateComplete2 events from one
- From: Paul Larson
- Re: multiple NavigateComplete2 events from one
- References:
- multiple NavigateComplete2 events from one
- From: hzgt9b@nopost.com
- Re: multiple NavigateComplete2 events from one
- From: Paul Larson
- multiple NavigateComplete2 events from one
- Prev by Date: Re: multiple NavigateComplete2 events from one
- Next by Date: Re: multiple NavigateComplete2 events from one
- Previous by thread: Re: multiple NavigateComplete2 events from one
- Next by thread: Re: multiple NavigateComplete2 events from one
- Index(es):
Relevant Pages
|