window Properties Object Properties Summary
Retrieves the variable or array of variables passed into the modal dialog window.
HTML |
N/A |
Script |
window.dialogArguments [ = vVariables ] |
vVariables |
String, numeric, object, or array value containing arguments. |
The property is read/write with no default value.
This property applies only to windows created using the showModalDialog method.
window