摘要: function popup() { window.opener.document.getElementById("TB_subject").value=document.getElementById("TB_Name").value; window.opener.document.getElementById("TB_Info").value=document.getElementById("TB_Summary").value; window.close() } 阅读全文
posted @ 2009-03-19 17:39 邑尘 阅读(966) 评论(0) 推荐(0)
摘要: 在新打开的窗体中加入如下代码即可 刚刚使用方法时发现会弹出提示框,后来查资料发现用 window.opener.location.href=window.opener.location.href; 即不会弹出 在Button事件中输入: Response.Write(""); 阅读全文
posted @ 2009-03-19 17:33 邑尘 阅读(281) 评论(0) 推荐(0)