[webkit-dev] How can I listen for a page load complete event

Darin Adler darin at apple.com
Wed Apr 29 10:30:58 PDT 2009


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.

     -- Darin



More information about the webkit-dev mailing list