Opens an HTML dialog window using the URL as the source of the contents and DhDialogInfo to define the appearance of the dialog window.
final public Variant showModalDialog( String dialogUrl, Variant dialogArgs, DhDialogInfo di )
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.
Returns a com.ms.com.Variant object that packages the returned values or values of the dialog window.