如何做到打開一個頁面,過幾分鐘自動轉到另一頁面
更新時間:2007年04月20日 00:00:00 作者:
如何做到打開一個頁面,過幾分鐘自動轉到另一頁面
1樓
<script>
window.setInterval("location='2.asp'",分鐘數(shù)*60*1000);
</script>
2樓
setInterval("window.location='yourUrl'",youIntevalTime);
1樓
<script>
window.setInterval("location='2.asp'",分鐘數(shù)*60*1000);
</script>
2樓
setInterval("window.location='yourUrl'",youIntevalTime);