码迷,mamicode.com
首页 > 其他好文 > 详细

iframe子页面之间值传递

时间:2020-01-03 15:37:46      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:tom   ram   获取   传递   style   col   index   pause   manage   

<div style="width:100%;height: 100%;">
        <div style="width:74%;height: 70%;float: left"><iframe id ="a" name="priceManage" th:src="@{priceManage}" style="width:100%;height: 100%;"  frameborder="0"></iframe></div>
        <div style="float: right;width:26%;height: 70%;"><iframe id ="notify" name="notify" style="width:100%;height: 100%;"  frameborder="0"></iframe></div>
        <div id="bottom" style="float: bottom;width:100%;height: 30%;"><iframe id ="allOrder" name="allOrder" th:src="@{foreignMainOrderList}" style="width:100%;height: 100%;" frameborder="0"></iframe></div>
    </div>
// 获取priceManage,parent是index页面的window对象。"priceManage"表示<iframe>标签的name属性
 var fra = parent.frames["priceManage"];// 此时priceManage就是priceManage页面的window对象 
alert("aa"+fra.isPauseOrder);

iframe子页面之间值传递

标签:tom   ram   获取   传递   style   col   index   pause   manage   

原文地址:https://www.cnblogs.com/hpwd/p/12145160.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!