Return to Snippet

Revision: 15619
at July 12, 2009 01:18 by iloveitaly


Initial Code
- (void)webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
{
    NSBeginInformationalAlertSheet(@"Alert", nil, nil, nil, [sender window], nil, NULL, NULL, NULL, message);
}

Initial URL
http://lists.apple.com/archives/webkitsdk-dev/2006/Oct/msg00030.html

Initial Description


Initial Title
WebView Alert Panel

Initial Tags
javascript, js, window

Initial Language
Objective C