HBCMS更多的中文手册参考:

returnValue参数属性

DHTML文档教程

Sets or retrieves the value returned from the modal dialog window.

dhtml语法

window.returnValue [ = vValue ]

DHTML可能的值

vValueVariant 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.

是否符合公共标准

There is no public standard that applies to this property.

Applies To

window