/ Published in: Objective C
URL: http://lists.apple.com/archives/webkitsdk-dev/2006/Oct/msg00030.html
Expand |
Embed | Plain Text
- (void)webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame { NSBeginInformationalAlertSheet(@"Alert", nil, nil, nil, [sender window], nil, NULL, NULL, NULL, message); }
You need to login to post a comment.
