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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to