Revision: 15619
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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