綠色資源(yuán)網:您身邊最放心的(de)安全下載站! 最(zuì)新軟件|熱門排行|軟件分類(lèi)|軟(ruǎn)件專題(tí)|廠(chǎng)商大全

綠(lǜ)色資源網

技術教程
您(nín)的位置:首頁網頁設計網頁特效 → JS實現刷(shuā)新iframe的方(fāng)法

JS實現刷新iframe的(de)方法(fǎ)

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

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

  方案一:用(yòng)iframe的(de)name屬性定位

<input type="button" name="Button" value="Button"
onclick="document.frames('ifrmname').locations.reload()">

  或

<input type="button" name="Button" value="Button"
onclick="document.all.ifrmname.document.locations.reload()">

  方(fāng)案二:用iframe的id屬性定位(wèi)

<input type="button" name="Button" value="Button"
onclick="ifrmid.window.locations.reload()">

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

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

關鍵詞:JS,iframe

閱讀本文後您有什麽感想? 已有 人給出評價!

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