Tự thay đổi ảnh nền của website theo thời gian bằng javascript

Chủ Nhật, 4 tháng 3, 2012
script đơn giản làm thay đổi ảnh nền của website



<script type="text/javascript">
var now = new Date(); var hours = now.getHours(); if(hours >0 && hours < 8){ document.write ('<body style="background:url(anh 1.jpg) #174c98 no-repeat fixed center top;">'); } else if (hours > 8 && hours < 16){ document.write ('<body style="background:url(anh 2.jpg) #174c98 no-repeat fixed center top;">'); } else { document.write ('<body style="background:url(anh 3.jpg) #174c98 no-repeat fixed center top;">'); }
</script>

thay đổi đường dẫn ảnh tương ứng vào anh 1, anh 2 anh 3...

Tự thay đổi ảnh nền của website theo thời gian bằng javascript
Xem thêm bài viết cùng chuyên mục:

Ý kiến bạn đọc [ 0 ]


Ý kiến của bạn