首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

IE跟Firefox兼容的iframe刷新

2012-10-25 
IE和Firefox兼容的iframe刷新parent.document.getElementById(ifram1).contentWindow.location.reload()

IE和Firefox兼容的iframe刷新
parent.document.getElementById('ifram1').contentWindow.location.reload();

热点排行