js子窗口操作父窗口的标签
2020-12-13 05:41
标签:子窗口 js 父窗口 ======================================父窗体 ======================================子窗体 本文出自 “程序猿的家” 博客,请务必保留此出处http://962410314.blog.51cto.com/7563109/1413769 js子窗口操作父窗口的标签,搜素材,soscw.com js子窗口操作父窗口的标签 标签:子窗口 js 父窗口 原文地址:http://962410314.blog.51cto.com/7563109/1413769
function upfile()
{
resultValue = window.showModelessDialog("ceshi.aspx?file=DownFile", window, "dialogWidth=700px;dialogHeight=70px");
}
window.dialogArguments.document.form1.aaaa.value="asdad";
window.dialogArguments.document.getElementById("coursefile").innerText="asdad";
上一篇:javaScript图片切换
下一篇:python3反转列表的三种方式