• activation program离线激活工具汉化版
  • vm16虚拟机中文破解版附激活密钥(vmwareworkstationpro17)
  • 小修 Win11 LTSC2024极限精简版
所在位置: 首页 > 教程资讯 > 网页设计

刷新iframe方法_JS实现刷新iframe

时间:2026-03-10 09:27:11

标签: iframe定位 动态刷新 JavaScript 刷新iframe iframe刷新

方案一:用iframe的name属性定位

onclick=document.frames(ifrmname).location.reload()>

onclick=document.all.ifrmname.document.location.reload()>

方案二:用iframe的id属性定位

onclick=ifrmid.window.location.reload()>

终极方案:当iframe的src为其它网站地址(跨域操作时)

onclick=window.open(document.all.ifrmname.src,ifrmname,)>

NativeScript(跨平台移动端开发工具)

NativeScript(跨平台移动端开发工具)

2分

下载
Res-downloader嗅探资源下载器

Res-downloader嗅探资源下载器

下载工具 | 10.5M

相关资讯

热门攻略