returnValue Property | Internet Development Index |
Sets or retrieves the value returned from the modal dialog window.
Syntax
window.returnValue [ = vValue ]
Possible Values
vValue Variant that specifies or receives the value returned from the window. The property is read/write. The property has no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.
Remarks
This property applies only to windows created using the showModalDialog method.
Standards Information
There is no public standard that applies to this property.
Applies To
window