HK
How to write a program that can check the web page loading time?
Before I have written a browser that use IE as the core, but it does not
support frame. Since the documentcomplete event will trigger if the frame
is completed. So i don't know how to get the time for the whole document
complete.
Do you mean you made a complete new browser or did you use AXwebbrowser
AXSHDOCVW or use IE SHDOCVW
With AXwebbrowser it is a frame complete document.complete and the page
complete navigate2.complete
I hope this helps?
Cor