Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets or gets the value returned from the modal dialog window.
This property is not supported for Windows Store apps using JavaScript.
Syntax
| JavaScript |
p = object.returnValue |
Property values
Type: Variant
the value returned from the window.
Remarks
This property applies only to windows created by using the showModalDialog method.
For event handler functions, the value of this property takes precedence over values returned by the function, such as through a return statement.