当前位置:Gxlcms > html代码 > iframe父子页传值问题_html/css_WEB-ITnose

iframe父子页传值问题_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:31人阅读

父页A.jsp
b.jsp为子页
b.jsp页执行完事后 得到一个字符串 我需要将这个字符串传到A.jsp页 并显示在父页的 text标签里 父页不能刷新
需要怎么做
谢谢!


回复讨论(解决方案)

用 js 赋值,大致为
parent.document.name.value='ok'
具体情况要具体分析

用 js 赋值,大致为
parent.document.name.value='ok'
具体情况要具体分析


我会了
$(window.parent.$("#content").html(obj.fileName)); //子页面向父页面传值
$(window.parent.content_assignment(obj.fileName)); //子页面调用父页面方法
谢谢

人气教程排行