Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2 Next Topic: IHTMLWindow2::blur |
IHTMLWindow2::alert
HRESULT alert( BSTR message );Displays an Alert dialog box with a message and an OK button.
- Returns S_OK if successful, or an error value otherwise.
- message
- String specifying the message to display in the dialog box.
The title bar of the Alert dialog box cannot be changed.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.