[webkit-dev] How can I listen for a page load complete event
Meryl Silverburgh
silverburgh.meryl at gmail.com
Thu Apr 30 10:55:35 PDT 2009
On Wed, Apr 29, 2009 at 10:30 AM, Darin Adler <darin at apple.com> wrote:
> On Apr 29, 2009, at 10:00 AM, Meryl Silverburgh wrote:
>
>> Can you please tell me how can I listen for a page load complete event
>> programmatically?
>
> What platform? What programming language? Could you give a little more
> context on who you are and what you’re working on?
>
> In HTML with JavaScript you can listen for the "load" event like this:
>
> <body onload="pageLoadComplete()">
>
> There are many other ways to do this in many different programming
> languages. And there are multiple events you might call "page load complete"
> too.
>
Sorry. Thank you for your help.
I am trying to do that in C++ on MacOS.
And when page load complete, I meant the browser finish loading
everything (all js, images, css).
> -- Darin
>
>
More information about the webkit-dev
mailing list