You are here: All Help Topics > Other Information > Action Events > Launch HTML dialog

Launch HTML Dialog Action

The HTML Dialog action opens a user-defined HTML page in a dialog box.

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

HTML file

Enter the path name to the HTML file.

"c:\Program Files\CaseWare\cw2004\message.html

ACTION("LaunchHTMLDialog",expr)

Where

expr = the path to HTML page

ACTION("LaunchHTMLDialog", "c:\Program Files\CaseWare\cw2004\message.html")

Related Topics