語法展示:: http://home.graffiti.net/sadsadsa_2009/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<body>及</body>標籤之間。
<center>
<form name="redirect">
3秒後您就會進入教學頁<br>
倒數計時<input type="text" size="1" name="redirect2"></input>秒</font>
<script language="JavaScript">
<!--
var targetURL="http://blog.pixnet.net/como0925"
var countdownfrom=3
var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}
countredirect()
-->
</script>
</form>
</center>
在 var targetURL="226-2.htm" 中修改時間到後要前往的位置 |
在 var countdownfrom=10 中修改等待的時間 |
留言列表