www.国产视频,一级看片免费视频囗交动图,波多野结衣高清无码中文456,中国一级特黄特级毛片,69mmWWW路cOm,天天摸夜夜摸黄片,aaaaaaaaa在线观看

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

綠色資源網(wǎng)

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

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

我要評(píng)論 2012/06/25 11:17:42 來源:綠色資源網(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 鄙視