网页制作 
首页 > 网页制作 > 浏览文章

iframe如何刷新的三种实现方案

(编辑:jimmy 日期: 2025/1/19 浏览:3 次 )

复制代码代码如下:
<iframe src="/UploadFiles/2021-03-30/1.htm">
方案一:
用iframe的name属性定位

复制代码代码如下:
<input type="button" name="Button" value="Button" onclick="document.frames('ifrmname').location.reload()">或
<input type="button" name="Button" value="Button" onclick="document.all.ifrmname.document.location.reload()">

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

复制代码代码如下:
<input type="button" name="Button" value="Button" onclick="ifrmid.window.location.reload()">

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

复制代码代码如下:
<input type="button" name="Button" value="Button" onclick="window.open(document.all.ifrmname.src,'ifrmname','')">
上一篇:加粗<b>与<strong>的区别分析
下一篇:html select标签加链接3种方法
一句话新闻
Windows上运行安卓你用过了吗
在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网 网站地图 SiteMap