藍森林首頁 | 返回主頁 | 本站地圖 | 站內搜索 | 聯繫信箱 |
 您目前的位置:首頁 > 自由軟件 > 技術交流 > 應用編程


    

藍森林 http://www.lslnet.com 2006年8月25日 8:28

網頁只刷新一次

我想使當前頁面只刷新一次。(不是每隔多少時間再刷新)。要怎麼辦?

再問,如何能使網頁只刷新一次

[html]
<script>
function refreshOnce()
{
  if(window.name!='refreshed')
  {
    location.reload();
    window.name='refreshed';
  }
}
</script>
<body onload="alert('load');setTimeout('refreshOnce()',1000)"></body>
[/html]




Copyright © 1999-2000 LSLNET.COM. All rights reserved. 藍森林網站 版權所有。 E-mail : webmaster@lslnet.com