Code:
<script type='text/javascript'>
var time = 600; //Thoi gian load lai trang tinh theo giay
var page = "http://www.share123.vn/2013/07/huong-dan-lam-box-like-facebook-hien.html"; //Link load lai san mot thoi gian dinh san
function countDown(){
time--;
gett("container").innerHTML = time;
if(time == -1){
window.location = page;
}
}
function gett(id){
if(document.getElementById) return document.getElementById(id);
if(document.all) return document.all.id;
if(document.layers) return document.layers.id;
if(window.opera) return window.opera.id;
}
function init(){
if(gett('container')){
setInterval(countDown, 1000);
gett("container").innerHTML = time;
}
else{
setTimeout(init, 50);
}
}
document.onload = init();
</script>
<h3><span id='container'/> Giây</h3>
Chúc bạn thành công và nhớ đọc lưu ý ở trên
Không có nhận xét nào: