JS 在open打开的窗口中调用父页面JS方法
程序员文章站
2022-03-04 09:07:50
...
父窗口的弹出:
function uploadImgFile(id){ window.open("${base}/ajax/picupload.action?parentImgUrlId="+id,"","height=300, width=500, toolbar =no, menubar=no, scrollbars=yes, resizable=no, location=no, status=no"); //document.getElementById(id).value = someValue; } function testfun(aaa){ alert("111+"+aaa); }
在open 的窗口中调用
function setParentImgUrl(){ window.opener.testfun('aaaaa'); //window.opener.document.getElementById("${parentImgUrlId}").value = document.getElementById('img_url').value; window.close(); }
推荐阅读
-
详解JS判断页面是在手机端还是在PC端打开的方法
-
用JS在页面调用本地可执行文件的方法(ACTIVEX)
-
详解JS判断页面是在手机端还是在PC端打开的方法
-
iframe里面的页面调用父窗口,左右窗口js函数的方法 CC++C#HTML.net
-
iframe里面的页面调用父窗口,左右窗口js函数的方法 CC++C#HTML.net
-
js父页面调用子页面数据时,子页面通过父页面传过来的参数回调父页面具体方法_html/css_WEB-ITnose
-
js父页面调用子页面数据时,子页面通过父页面传过来的参数回调父页面具体方法_html/css_WEB-ITnose
-
JS判断当前页面是否在微信浏览器打开的方法_javascript技巧
-
在父页面调用子页面的JS方法_javascript技巧
-
JS判断当前页面是否在微信浏览器打开的方法_javascript技巧