毛片不卡视频操逼,日本亚洲电影在线观看,丁香婷婷亚洲五月,五月天亲亲黄色网,五月婷婷狠,村妓网在线视频中文字幕,色综合综合色

綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

綠色資源網(wǎng)

技術(shù)教程
您的位置:首頁(yè)網(wǎng)頁(yè)設(shè)計(jì)網(wǎng)頁(yè)特效 → JS實(shí)現(xiàn)刷新iframe的方法

JS實(shí)現(xiàn)刷新iframe的方法

我要評(píng)論 2012/06/25 11:17:42 來(lái)源:綠色資源網(wǎng) 編輯:downcc.com [ ] 評(píng)論:0 點(diǎn)擊:287次

<iframe src="1.htm" name="ifrmname" id="ifrmid"></iframe>

  方案一:用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()">

  終極方案:當(dāng)iframe的src為其它網(wǎng)站地址(跨域操作時(shí))

<input type="button" name="Button" value="Button"
onclick="window.open(document.all.ifrmname.src,'ifrmname','')">

關(guān)鍵詞:JS,iframe

閱讀本文后您有什么感想? 已有 人給出評(píng)價(jià)!

  • 3 歡迎喜歡
  • 5 白癡
  • 6 拜托
  • 74 哇
  • 4 加油
  • 2 鄙視