HTML - How do I know when all frames are loaded?

前端 未结 12 1286
挽巷
挽巷 2020-12-10 04:31

I\'m using .NET WebBrowser control. How do I know when a web page is fully loaded?

I want to know when the browser is not fetching any more data. (The moment when IE

12条回答
  •  -上瘾入骨i
    2020-12-10 05:18

    How about using javascript in each frame to set a flag when the frame is complete, and then have C# look at the flags?

提交回复
热议问题