亚洲欧美成人综合一区_国产精品一区二区无码_亚洲风情偷拍区_成?人免费无码视频在线看

在線客服與您一對一交流
當(dāng)前位置: 主頁 > 行業(yè)新聞 > IT技術(shù) >

js刷新頁面location.reload()用法介紹

在js中要實(shí)現(xiàn)刷新頁面的方法有很多種,下面我來介紹其中的一種辦法來刷新頁面,在js中有一個location.reload()函數(shù),它就可以實(shí)現(xiàn)我們想要的功能。

如果要刷新當(dāng)前頁面非常的簡單

<script>

window.location.reload();

</script>

JS實(shí)現(xiàn)刷新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

<iframe method="post" id ="IFrameName" src="aa.htm" ></iframe>

aa.htm內(nèi)容如下:

<input type ="button" value ="刷新" onclick ="aa()"/> 
function aa() { 
//parent.location.replace(parent.location.href);//服務(wù)器端重新創(chuàng)建頁面 
parent.document.location.reload();//相當(dāng)于F5 
//window.location.href(parent.location.href);//iframe內(nèi)容重定向 
}

小提示

window.location.reload;刷新時如果提交數(shù)據(jù)的動作,則會出現(xiàn)討厭的對話框!

解決辦法

window.location.href=window.location.href; 
window.location.reload; 

同理,如果是刷新父窗口,應(yīng)該這樣寫:

window.opener.location.href=window.opener.location.href; 
window.opener.location.reload(); 

這種寫法就不出現(xiàn)那討厭的對話框啦!

相關(guān)文章:

  • 公司:西安蟠龍網(wǎng)絡(luò)科技有限公司
  • 聯(lián)系人:張經(jīng)理
  • 手機(jī)/微信:
  • Q Q: 點(diǎn)擊這里給我發(fā)消息
  • 地址:西安市雁塔區(qū)唐延南路11號逸翠園i都會