XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
function setFormula() 
        {
            if (window.opener != null)
            {
                var parentWin = window.opener;
                parentWin.document.getElementById("txtFormula").value = document.getElementById("txtFormulaAll").value;
                parentWin.document.getElementById("txtSql").value = document.getElementById("txtSql").value;
            }
            else if (window.dialogArguments)
            {
                var parentWin = window.dialogArguments;
                parentWin.document.getElementById("txtFormula").value = document.getElementById("txtFormulaAll").value;
                parentWin.document.getElementById("txtSql").value = document.getElementById("txtSql").value;
            }
            window.close();
        }

 

posted on 2018-10-17 16:35  不及格的程序员-八神  阅读(21)  评论(0编辑  收藏  举报