Chữ tự động thay đổi trên thanh tiêu đề cho Web/blog

No Comments
<script language='javascript'>
step=0
function flash_title(){
step++
if (step==8) {step=1}
if (step==1) {document.title='Welcome to my blog!!!'}
if (step==2) {document.title='cdqtkd5a.blogspot.com'}
if (step==3) {document.title='Kết nối bạn bè'}
if (step==4) {document.title='Sẻ chia kinh nghiệm'}
if (step==5) {document.title='Chia sẽ tài liệu'}
if (step==6) {document.title='Good luck!!!'}
setTimeout("flash_title()",1000);}
flash_title()
</script>

0 nhận xét

Đăng nhận xét