标签: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);
标签:tom ram 获取 传递 style col index pause manage
原文地址:https://www.cnblogs.com/hpwd/p/12145160.html