IHTMLWindow2::alertIHTMLWindow2::alert*
*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.

message
String specifying the message to display in the dialog box.

The title bar of the Alert dialog box cannot be changed.

See also confirm, prompt


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.