返回的是window对象,不是自己设置的返回值。
window.open可以直接操作两个窗口的,不用返回。例如
window.opener.document.all.inputID.value="Value from Child Window"