99久久99久久精品免观看,国产精品久久久久国产精品,国产黄色录像视频,免费的黄色毛片,国产一区精品普通话对白,色妞妞成人在线观看,最新aⅴ福利在线观看免费

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

綠色資源網(wǎng)

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

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

我要評論 2012/06/25 11:17:42 來源:綠色資源網(wǎng) 編輯:downcc.com [ ] 評論: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

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

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