主頁(yè) > 知識(shí)庫(kù) > iframe如何刷新的三種實(shí)現(xiàn)方案

iframe如何刷新的三種實(shí)現(xiàn)方案

熱門標(biāo)簽:AI外呼系統(tǒng) 價(jià)格 最簡(jiǎn)單的百度地圖標(biāo)注店鋪 禹州電話外呼系統(tǒng) 錦州企業(yè)外呼系統(tǒng) 營(yíng)口400電話申請(qǐng) 新鄉(xiāng)機(jī)器人外呼系統(tǒng) 青海保險(xiǎn)智能外呼系統(tǒng)商家 梧州地圖標(biāo)注app 水經(jīng)注萬(wàn)能地圖標(biāo)注

復(fù)制代碼
代碼如下:

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

方案一:
用iframe的name屬性定位

復(fù)制代碼
代碼如下:

<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屬性定位

復(fù)制代碼
代碼如下:

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

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

復(fù)制代碼
代碼如下:

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

標(biāo)簽:潮州 延邊 荊門 山南 青島 哈密 懷化 昭通

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《iframe如何刷新的三種實(shí)現(xiàn)方案》,本文關(guān)鍵詞  iframe,如何,刷,新的,三種,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《iframe如何刷新的三種實(shí)現(xiàn)方案》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于iframe如何刷新的三種實(shí)現(xiàn)方案的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章