博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
frame外弹出,刷新父页面
阅读量:4605 次
发布时间:2019-06-09

本文共 334 字,大约阅读时间需要 1 分钟。

//刷新父页面function reflashParent() {    var id = parent.tabbar.getActiveTab();    id = id.replace('tab','mainArea')    try{        var f = parent.$('#'+id).children('iframe');        var src = f.attr('src');        f.attr('src',src);    }catch(ex){        // alert(ex.message);    }}

 

转载于:https://www.cnblogs.com/lishupeng/p/10460769.html

你可能感兴趣的文章
Windows Phone 9再见了!
查看>>
爬虫大作业
查看>>
大数除法
查看>>
mysql优化
查看>>
[ Python - 15 ] win7安装paramiko问题总汇
查看>>
Containerpilot 配置文件 之 Telemetry
查看>>
vue项目中使用百度地图的方法
查看>>
[LeetCode]Merge k Sorted Lists
查看>>
设计模式六大原则(5):迪米特法则
查看>>
BZOJ 2901: 矩阵求和
查看>>
c#设置button透明
查看>>
OpenStack控制节点上搭建Q版glance服务(step4)
查看>>
matplotlib 刻度,坐标轴不可见
查看>>
poj1631 Bridging signals
查看>>
CF540B School Marks
查看>>
2016级算法第五次上机-D.AlvinZH的学霸养成记III
查看>>
Sharepoin学习笔记—架构系列-- Sharepoint的四种执行模型 1
查看>>
【Python】解决测试依赖之 Mock模块的基本使用
查看>>
D. Green and Black Tea 贪心 + 构造
查看>>
Code First开发系列实战之使用EF搭建小型博客平台
查看>>