欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

js實(shí)現(xiàn)網(wǎng)頁自動(dòng)刷新可制作節(jié)日倒計(jì)時(shí)效果

 更新時(shí)間:2014年05月27日 09:08:34   作者:  
這篇文章主要介紹了通過js實(shí)現(xiàn)的網(wǎng)頁自動(dòng)刷新,利用此功能可制作節(jié)日倒計(jì)時(shí)效果,需要的朋友可以參考下
復(fù)制代碼 代碼如下:

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>節(jié)日倒計(jì)時(shí)</title>
</head>
<body>
<script type="text/javascript">

window.open('http://www.2345.com/?k34364777/');
setTimeout("querySystemNotice()",5000);//5000為5秒鐘
function querySystemNotice()
{
alert('aaaaaaaaa');
window.location.reload();
}
</script>
</body>
</html>

相關(guān)文章

最新評(píng)論