DhWindow.showModalDialog

Overview | Methods | This Package | All Packages

DhWindow.showModalDialog

Opens an HTML dialog window using the URL as the source of the contents and DhDialogInfo to define the appearance of the dialog window.

Syntax

final public Variant showModalDialog( String dialogUrl, Variant dialogArgs, DhDialogInfo di )

Parameters

dialogUrl

A string defining the URL of the dialog window contents.

dialogArgs

A com.ms.com.Variant object containing optional arguments to the document defining the contents.

di

A DhDialogInfo object that defines the appearance of the dialog window.

Return Value

Returns a com.ms.com.Variant object that packages the returned values or values of the dialog window.