dialogArguments property
Gets the variable or array of variables passed into the modal dialog window.
Syntax
HRESULT value = object.get_dialogArguments(* p);
Property values
Type: VARIANT
the arguments that were passed when the dialog was created.
Remarks
The IHTMLDialog::dialogArguments property applies only to windows that are created with the IHTMLWindow2::showModalDialog method and the IHTMLWindow3::showModelessDialog method.
Show: