Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Webbrowser Control
Message
From
01/07/1999 08:01:03
 
 
To
30/06/1999 23:45:37
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00236291
Message ID:
00236369
Views:
13
>>I use _Webbrowser control from VFP framework.
>>I need to execute some code afer Navigation is complete. I have code in NavigateComplete2. It looks like it fires when navigation completed only partially not completely. If I use =INKEY(someseconds) then it works. Please help.
>>Thanks Mark
>
>To run code only after the page has completely finished downloading, use NavigateComplete, not NavigateComplete2. The help (ieref.chm) specifically states that NavigateComplete2 fires as soon as the page starts downloading. It is really to run code after the browser is ure that the name can be resolved and the server is alive and serving.
>
>Alternatively, you can run code outside the control by Checking Document.ReadyState in a loop. As Soon as Document.ReadyState = "complete", your document is finished downloading.
Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform