Code
<!-- This Script is from www.kinhdoanh.ucoz.com, Coded by: Krishna Eydat-->
<center>
<font face="Arial"><b>Bạn Sẽ Chuyển Đến WebSite sau:<br><br>
<form>
<input type="text" size="3" id="timer" name="redirect2" value="5">
</form>
Giây</b></font>
</center>
<script>
<!--
var targetURL="http://www.htmlfreecodes.com"
var currentsecond=10;
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.getElementById('timer').value=currentsecond;
}
else{
window.location=targetURL;
return
}
setTimeout("countredirect()",1000)
}
countredirect();
//-->
</script>
<!--webbot bot="HTMLMarkup" endspan --></p>
</body>
</html></body>
</html>
<font face="Tahoma"><a target="_blank" href="http://kinhdoanh.ucoz.com/"><span style="font-size: 8pt; text-decoration: none">HTML Free Code</span></a></font>
Bạn Sẽ Chuyển Đến WebSite sau:
Giây