startLoadNotification()

Indicates that a page has started loading.

Synopsis:

#include <WebNotificationDelegate.h>

virtual void startLoadNotification(WebFrame* webFrame, const char* url)

Description:

Indicates that a page has started loading.

This is called for each frame and may be called several times for the same WebView object.

Arguments:

frame
A pointer to the WebFrame that is loading.
url
A pointer to the URL of the page.

See also:

progressNotification(), finishedLoadNotification()