Displays a JavaScript alert panel containing the specified message.
Original signature is '- (void)webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame'
Available in Mac OS X v10.4.11 and later.

Declaration Syntax
Sub WebViewRunJavaScriptAlertPanelWithMessageInitiatedByFrame ( _
sender As WebView, _
message As NSString, _
frame As WebFrame _
)
void WebViewRunJavaScriptAlertPanelWithMessageInitiatedByFrame(
WebView^ sender,
NSString^ message,
WebFrame^ frame
)

Parameters
- sender (WebView)
- The web view that sent the message.
- message (NSString)
- The message to display in the alert panel.
- frame (WebFrame)
- The web frame whose JavaScript initiated this call.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.WebKit (Module: Monobjc.WebKit)