子窗口向父窗口传递参数 父窗口打开子窗口页面:JavaScript:
window.opener.document.getElementById("rid").value = document.getElementById("selectFlag").value;window.close();