Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a file
Message
From
02/10/2002 01:51:06
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00706372
Message ID:
00706713
Views:
74
Hi Steve,

pDisp is a pointer to an instance of WebBrowser(WB) or Internetexplorer(IE).
DocumentComplete is the event IE/WB fires, when the whole document has downloaded (fires downloadComplete) and been parsed.
One of the problem's of IE/WB presents is in the area of frames, which create recursively new instances of themselves for each new frame, and fire events accordingly. Therefore it is needed to check the pDisp to be the topmost insatnce of IE/WB to be sure it is fired for the whole document.

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform