Application.ShowHTMLDialog Method

SharePoint Designer Developer Reference

Displays a custom dialog box by using the contents of an HTML page. Returns a Variant.

Syntax

expression.ShowHTMLDialog(Url, pVarArgIn)

expression   Required. A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Url Required String The path and file name of the page to render as a dialog box.
pVarArgIn Optional Variant The initial settings of the custom dialog box.

Return Value
Variant

See Also