Retrieves the variable or array of variables passed into the modal dialog window.
Syntax
HTML N/A Scripting [ vVariables = ] window.dialogArguments
Possible Values
vVariables String, numeric, object, or array value that specifies arguments. The property is read-only with no default value.
Remarks
The dialogArguments property applies only to windows created using the showModalDialog method.
Applies To
window