1.父窗体 代码
<input type="button" visible="false" );
fWindowText2.src=v;
window.close();
}
}
说明: fWindowText1 = window.opener.document.getElementById('<%=txtpath %>');
其中 <%=txtpath %> 是父窗体中的的控件id,这样子窗体的参数就可以赋值给父窗体的控件了
相关文章: