Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== alert ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Displays a message in a simple dialog box with the OK button ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strMessage** ===== Syntax ===== ==== JavaScript ==== <code javascript> Application.alert(strMessage); </code>==== Visual Basic Script ==== <code vb> Application.alert strMessage </code>==== C++ ==== <code cpp> HRESULT hr = Application.alert(strMessage); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~