Shows a status message for a web page
#include <WebNotificationDelegate.h> virtual void showStatus(WebFrame* frame, const char* message) = 0;
Shows a status message given a WebFrame instance and a message.
setTitle(), showToolTip()