PrintMessage Method

Window

PrintMessage is declared for the BrowserMessage window.

Action

Prints the message in the message box.

Syntax

dialog.PrintMessage ( )

Example

BrowserMessage.PrintMessage ()

 // Result if the "OK to overwrite" message box is displayed:
 // d:\htm\ord.htm
 // This file already exists.
 //
 // Replace existing file?