日期:2014-05-17  浏览次数:20427 次

子父窗体传值更新
如何实现一个与http://www.lenosoft.net/depot/index.asp该网页中的分仓汇总中的货品类别相同效果


------解决方案--------------------
看看通达OA系统,通过window.open打开页面
window.opener.document.getElementById?("").value="";
看看页面源码就明白了
------解决方案--------------------
C# code

Page.ClientScript.RegisterStartupScript(GetType(), "set", "window.opener.document.getElementById('TextBox3').value=document.getElementById('"+TextBox1.ClientID+"').value;", true);