码迷,mamicode.com
首页 >  
搜索关键字:父iframe    ( 5个结果
layui从子iframe打开父iframe的tab选项卡
数据表格字段: {field: 'novelId', title: '小说ID',width:100,templet: '<div><a href="javascript:;" _href="/contentManage/content-chapters.html" novelName="{{d.n ...
分类:其他好文   时间:2018-09-05 21:36:15    阅读次数:1004
JS关闭父iframe窗口
function cancel() { var index = parent.layer.getFrameIndex(window.name); parent.layer.close(index); } parent.window.location.href = document.referrer; ...
分类:Web程序   时间:2018-04-27 19:54:50    阅读次数:695
iframe中调用父iframe中的方法
function getRootWin(){ var win = window; while (win != win.parent){ win = win.parent; } return win;}
分类:其他好文   时间:2015-08-18 16:01:21    阅读次数:94
父页面iframe高度自动适应子页面iframe高度
//iframe自适应高度 function getHeight(id, name) { document.documentElement.scrollTop = 0; var ifm = document.getElementById(id); var subWeb = document.frames ? document.frames[name].document : ifm...
分类:其他好文   时间:2015-04-02 11:43:56    阅读次数:101
获取父iframe的高宽
var p_window = window.top; //alert($(p_window).height()); var p_demo = window.top.document.getElementById('demoIframe'); //alert($(p_demo).height()...
分类:其他好文   时间:2015-01-09 19:00:21    阅读次数:183
5条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!