Horrid
Programmer
- May 20, 1999
- 373
I am using the webbrower control and need some code to execute when the entire page has finished loading. Not a problem for non frame pages but frames trigger the downloadcomplete event after every frame loads, not after the entire page.
Is there a easy way to check when the page has loaded so I know when to execute my code?
Current plan is for a counter that checks the number of frames, the number of times the downloadcomplete event fires and just wait till all frames are loaded.
Thanks
Is there a easy way to check when the page has loaded so I know when to execute my code?
Current plan is for a counter that checks the number of frames, the number of times the downloadcomplete event fires and just wait till all frames are loaded.
Thanks