On Wed, Apr 29, 2009 at 10:30 AM, Darin Adler <[email protected]> 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 > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

