subwindow = window.open();......
选中一个记录后,点击确定关闭该弹出窗体时:
subwindow.parent.........的元素的value = subwindow. ....的元素的值
subwindow.opener = null;
subwindow.close();