winchild=window.open("","");用于生成新的页面

window.opener.document.getElementById('');获取父页面中的元素。

winchild.document.getElementById('');